Category

enum Category : Enum<Category>

Experimental API, can be changed or removed in the next SDK releases. List of predefined categories to perform category search.

Entries

RESTAURANTS
Link copied to clipboard
RESTAURANTS("restaurant", "restaurant")
Predefined category constant.
BARS
Link copied to clipboard
BARS("bar", "bar")
Predefined category constant.
COFFEE_SHOP_CAFE
Link copied to clipboard
COFFEE_SHOP_CAFE("cafe", "cafe")
Predefined category constant.
HOTEL
Link copied to clipboard
HOTEL("hotel", "hotel")
Predefined category constant.
GAS_STATION
Link copied to clipboard
GAS_STATION("fuel", "gas_station")
Predefined category constant.
EV_CHARGING_STATION
Link copied to clipboard
EV_CHARGING_STATION("charging station", "charging_station")
Predefined category constant.
PARKING
Link copied to clipboard
PARKING("parking", "parking_lot")
Predefined category constant.
BUS_STATION
Link copied to clipboard
BUS_STATION("bus station", "bus_station")
Predefined category constant.
RAILWAY_STATION
Link copied to clipboard
RAILWAY_STATION("train station", "railway_station")
Predefined category constant.
SHOPPING_MALLS
Link copied to clipboard
SHOPPING_MALLS("mall", "shopping_mall")
Predefined category constant.
SUPERMARKET_GROCERY
Link copied to clipboard
SUPERMARKET_GROCERY("grocery", "grocery")
Predefined category constant.
CLOTHING_STORE
Link copied to clipboard
CLOTHING_STORE("clothes", "clothing_store")
Predefined category constant.
PHARMACY
Link copied to clipboard
PHARMACY("pharmacy", "pharmacy")
Predefined category constant.
MUSEUMS
Link copied to clipboard
MUSEUMS("museum", "museum")
Predefined category constant.
PARKS
Link copied to clipboard
PARKS("park", "park")
Predefined category constant.
MOVIE_THEATERS
Link copied to clipboard
MOVIE_THEATERS("cinema", "cinema")
Predefined category constant.
GYM_FITNESS
Link copied to clipboard
GYM_FITNESS("fitness center", "fitness_center")
Predefined category constant.
NIGHT_CLUBS
Link copied to clipboard
NIGHT_CLUBS("nightclub", "nightclub")
Predefined category constant.
AUTO_REPAIR_MECHANIC
Link copied to clipboard
AUTO_REPAIR_MECHANIC("auto repair", "auto_repair")
Predefined category constant.
ATM
Link copied to clipboard
ATM("atm", "atm")
Predefined category constant.
HOSPITAL
Link copied to clipboard
HOSPITAL("hospital", "hospital")
Predefined category constant.
EMERGENCY_ROOM
Link copied to clipboard
EMERGENCY_ROOM("emergency room", "emergency_room")
Predefined category constant.

Types

Companion
Link copied to clipboard
object Companion

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: Category): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<Category>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int