Generic categories class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
Static Properties
-
categories
→ List<
LandmarkCategory> -
Get generic categories list.
no setter
- landmarkStoreId → int
-
Get the generic categories landmark store id.
no setter
Static Methods
-
getCategory(
int id) → LandmarkCategory? - Get generic category by id.
-
getGenericCategory(
int poiCategory) → LandmarkCategory? - Get the generic category for the given POI category.
-
getPoiCategories(
int genericCategory) → List< LandmarkCategory> - Get the list of POI categories for the given generic category.