Uses of Class
global.maplink.geocode.schema.State
-
Packages that use State Package Description global.maplink.geocode.schema -
-
Uses of State in global.maplink.geocode.schema
Methods in global.maplink.geocode.schema that return State Modifier and Type Method Description StateAddress. getState()Methods in global.maplink.geocode.schema with parameters of type State Modifier and Type Method Description Address.AddressBuilderAddress.AddressBuilder. state(State state)Constructors in global.maplink.geocode.schema with parameters of type State Constructor Description Address(String road, String number, String district, String zipCode, String city, State state, String country, String type, Boolean capital, Double area, IBGECode ibge, GeoPoint mainLocation, List<GeoPoint> otherLocations, List<GeoPoint> geometry, String leftZipCode, String rightZipCode, Integer leftFirstNumber, Integer leftLastNumber, Integer rightFirstNumber, Integer rightLastNumber, String direction, String acronym)
-