Uses of Class
global.maplink.geocode.schema.IBGECode
-
Packages that use IBGECode Package Description global.maplink.geocode.schema -
-
Uses of IBGECode in global.maplink.geocode.schema
Methods in global.maplink.geocode.schema that return IBGECode Modifier and Type Method Description IBGECodeAddress. getIbge()Methods in global.maplink.geocode.schema with parameters of type IBGECode Modifier and Type Method Description Address.AddressBuilderAddress.AddressBuilder. ibge(IBGECode ibge)Constructors in global.maplink.geocode.schema with parameters of type IBGECode 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)
-