Uses of Class
ai.nextbillion.maps.model.LocationType
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of LocationType in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type LocationType Modifier and Type Method Description GeocodingApiRequestGeocodingApiRequest. locationType(LocationType... locationTypes)Sets the location type. -
Uses of LocationType in ai.nextbillion.maps.model
Fields in ai.nextbillion.maps.model declared as LocationType Modifier and Type Field Description LocationTypeGeometry. locationTypeThe level of certainty of this geocoding result.Methods in ai.nextbillion.maps.model that return LocationType Modifier and Type Method Description static LocationTypeLocationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LocationType[]LocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.