Uses of Class
ai.nextbillion.maps.model.PlaceType
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of PlaceType in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type PlaceType Modifier and Type Method Description NearbySearchRequestNearbySearchRequest. type(PlaceType type)Restricts the results to places matching the specified type.NearbySearchRequestNearbySearchRequest. type(PlaceType... types)Deprecated.Multiple search types are ignored by the Places API.TextSearchRequestTextSearchRequest. type(PlaceType type)Restricts the results to places matching the specified type. -
Uses of PlaceType in ai.nextbillion.maps.model
Methods in ai.nextbillion.maps.model that return PlaceType Modifier and Type Method Description static PlaceTypePlaceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlaceType[]PlaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.