Uses of Class
ai.nextbillion.maps.model.AddressType
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of AddressType in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type AddressType Modifier and Type Method Description GeocodingApiRequestGeocodingApiRequest. resultType(AddressType... resultTypes)Sets the result type. -
Uses of AddressType in ai.nextbillion.maps.model
Fields in ai.nextbillion.maps.model declared as AddressType Modifier and Type Field Description AddressType[]GeocodedWaypoint. typesThe address types of the geocoding result used for calculating directions.AddressType[]PlaceDetails. typesFeature types describing the given result.Methods in ai.nextbillion.maps.model that return AddressType Modifier and Type Method Description static AddressTypeAddressType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AddressType[]AddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.