GenericCategories class abstract Core

Provides access to generic categories for landmarks and POIs.

Constructors

GenericCategories.new()

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>
Returns the list of generic categories.
no setter
landmarkStoreId int
Returns the generic categories landmark store id.
no setter

Static Methods

getCategory(int id) LandmarkCategory?
Returns the generic category for the given id.
getGenericCategory(int poiCategory) LandmarkCategory?
Returns the generic category for the given POI category retrieved via the getPoiCategories method or from the landmarks retrieved via the search methods.
getPoiCategories(int genericCategory) List<LandmarkCategory>
Returns the list of POI categories for the given generic category.