Uses of Class
ai.nextbillion.maps.model.PriceLevel
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.internal | |
| ai.nextbillion.maps.model |
-
Uses of PriceLevel in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type PriceLevel Modifier and Type Method Description NearbySearchRequestNearbySearchRequest. maxPrice(PriceLevel priceLevel)Restricts to places that are at most this price level.TextSearchRequestTextSearchRequest. maxPrice(PriceLevel priceLevel)Restricts to places that are at most this price level.NearbySearchRequestNearbySearchRequest. minPrice(PriceLevel priceLevel)Restricts to places that are at least this price level.TextSearchRequestTextSearchRequest. minPrice(PriceLevel priceLevel)Restricts to places that are at least this price level. -
Uses of PriceLevel in ai.nextbillion.maps.internal
Methods in ai.nextbillion.maps.internal that return PriceLevel Modifier and Type Method Description PriceLevelPriceLevelAdapter. read(com.google.gson.stream.JsonReader reader)Methods in ai.nextbillion.maps.internal with parameters of type PriceLevel Modifier and Type Method Description voidPriceLevelAdapter. write(com.google.gson.stream.JsonWriter writer, PriceLevel value)This method is not implemented. -
Uses of PriceLevel in ai.nextbillion.maps.model
Fields in ai.nextbillion.maps.model declared as PriceLevel Modifier and Type Field Description PriceLevelPlaceDetails. priceLevelThe price level of the place.Methods in ai.nextbillion.maps.model that return PriceLevel Modifier and Type Method Description static PriceLevelPriceLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PriceLevel[]PriceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.