CategoryGroup enum

Code for category groups.

Inheritance

Constructors

CategoryGroup()
const

Values

MT1 → const CategoryGroup

market

CS2 → const CategoryGroup

convenience store

PS3 → const CategoryGroup

kindergarten

SC4 → const CategoryGroup

school

AC5 → const CategoryGroup

private institute (학원)

PK6 → const CategoryGroup

parking lot

OL7 → const CategoryGroup

gas station

SW8 → const CategoryGroup

subway station

BK9 → const CategoryGroup

bank

CT1 → const CategoryGroup

cultural facility (문화시설)

AG2 → const CategoryGroup

brokerage agency (중개업소)

PO3 → const CategoryGroup

public institution

AT4 → const CategoryGroup

tourist attraction

AD5 → const CategoryGroup

accomodation (숙박업소)

FD6 → const CategoryGroup

restaurants

CE7 → const CategoryGroup

cafe

HP8 → const CategoryGroup

hospital

PM9 → const CategoryGroup

pharmacy

UNKNOWN → const CategoryGroup

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CategoryGroup>
A constant List of the values in this enum, in order of their declaration.