All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icu.lowcoder.spring.commons.baidu.map.model.AddressComponent Maven / Gradle / Ivy

The newest version!
package icu.lowcoder.spring.commons.baidu.map.model;

import lombok.Data;


@Data
public class AddressComponent {
    private String country;
    private Integer countryCode;
    private String countryCodeIso;
    private String countryCodeIso2;
    private String province;
    private String city;
    private Integer cityLevel;
    private String district;
    private String town;
    private String townCode;
    private String street;
    private String streetNumber;
    private Integer adcode;
    private String direction;
    private String distance;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy