Uses of Class
global.maplink.geocode.schema.GeoPoint
-
Packages that use GeoPoint Package Description global.maplink.geocode.schema -
-
Uses of GeoPoint in global.maplink.geocode.schema
Methods in global.maplink.geocode.schema that return GeoPoint Modifier and Type Method Description GeoPointAddress. getMainLocation()static GeoPointGeoPoint. of(double lat, double lon)static GeoPointGeoPoint. of(BigDecimal lat, BigDecimal lon)Methods in global.maplink.geocode.schema that return types with arguments of type GeoPoint Modifier and Type Method Description List<GeoPoint>Address. getGeometry()List<GeoPoint>Address. getOtherLocations()Methods in global.maplink.geocode.schema with parameters of type GeoPoint Modifier and Type Method Description Address.AddressBuilderAddress.AddressBuilder. mainLocation(GeoPoint mainLocation)Method parameters in global.maplink.geocode.schema with type arguments of type GeoPoint Modifier and Type Method Description Address.AddressBuilderAddress.AddressBuilder. geometry(List<GeoPoint> geometry)Address.AddressBuilderAddress.AddressBuilder. otherLocations(List<GeoPoint> otherLocations)Constructors in global.maplink.geocode.schema with parameters of type GeoPoint 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)Constructor parameters in global.maplink.geocode.schema with type arguments of type GeoPoint 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)
-