ui / com.mapbox.search.ui.view.category / Category

Category

enum class Category

List of predefined categories to perform category search.

Enum Values

RESTAURANTS

Predefined category constant.

BARS

Predefined category constant.

COFFEE_SHOP_CAFE

Predefined category constant.

HOTEL

Predefined category constant.

GAS_STATION

Predefined category constant.

EV_CHARGING_STATION

Predefined category constant.

PARKING

Predefined category constant.

BUS_STATION

Predefined category constant.

TRAIN_STATION

Predefined category constant.

SHOPPING_MALLS

Predefined category constant.

SUPERMARKET_GROCERY

Predefined category constant.

CLOTHING_SHOES

Predefined category constant.

PHARMACY

Predefined category constant.

MUSEUMS

Predefined category constant.

PARKS

Predefined category constant.

MOVIE_THEATERS

Predefined category constant.

GYM_FITNESS

Predefined category constant.

NIGHT_CLUBS

Predefined category constant.

AUTO_REPAIR_MECHANIC

Predefined category constant.

ATM

Predefined category constant.

HOSPITAL

Predefined category constant.

EMERGENCY_ROOM

Predefined category constant.

Companion Object Functions

findByName

fun findByName(rawName: String): Category?