TTCategory

enum TTCategory : Enum<TTCategory>

TomTom 검색 API에서 사용할 카테고리 코드 정의.

Entries

Link copied to clipboard

주유소 (PETROL_STATION)

Link copied to clipboard

주차장 (OPEN_PARKING_AREA, PARKING_GARAGE) TomTom Category IDs: 7369 (Open Parking Area/Parking Lot), 7313 (Parking Garage)

Link copied to clipboard

레스토랑 (RESTAURANT) TomTom Category ID: 7315

Link copied to clipboard

카페/펍 (CAFE_PUB) TomTom Category IDs: 9376002 (Cafe), 7315147 (Pub/Bar)

Link copied to clipboard

호텔/모텔 (HOTEL_MOTEL) TomTom Category ID: 7314 (Hotel/Motel)

Link copied to clipboard

세차장 (CAR_WASH) TomTom Category ID: 9155 (Car Wash and Detailing)

Link copied to clipboard

마트/시장 (MARKET) TomTom Category ID: 7332 (Market) UI 사양상 스펙아웃

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String
Link copied to clipboard
val entries: EnumEntries<TTCategory>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): TTCategory

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<TTCategory>

Returns an array containing the constants of this enum type, in the order they're declared.