GenericCategoriesId enum Core
Predefined generic category identifiers used to classify landmarks
This enum lists the built-in generic categories the SDK exposes. Each
enum value maps to an integer identifier (see GenericCategoriesIdExtension.id)
which is used by APIs such as GenericCategories.getCategory.
Custom LandmarkCategory instances may also be created with IDs differing from those listed here to represent application-specific categories.
Each generic category represents a broad class of landmarks or points of interest (POIs) which is further detailed by specific POI categories. Use the GenericCategories.getPoiCategories method to retrieve the list of POI categories associated with a given generic category.
See also:
- GenericCategories — Utilities to enumerate and resolve generic categories.
- GenericCategories.getCategory — Retrieve the generic LandmarkCategory for a given category id.
- GenericCategories.getPoiCategories — Retrieve the list of POI categories for a given generic category.
Values
- gasStation → const GenericCategoriesId
-
Gas station category.
- parking → const GenericCategoriesId
-
Parking category.
- foodAndDrink → const GenericCategoriesId
-
Food and drink category.
- accommodation → const GenericCategoriesId
-
Accommodation category.
- medicalServices → const GenericCategoriesId
-
Medical services category.
- shopping → const GenericCategoriesId
-
Shopping category.
- carServices → const GenericCategoriesId
-
Car services category.
- publicTransport → const GenericCategoriesId
-
Public transport category.
- wikipedia → const GenericCategoriesId
-
Wikipedia category.
- education → const GenericCategoriesId
-
Education category.
- entertainment → const GenericCategoriesId
-
Entertainment category.
- publicServices → const GenericCategoriesId
-
Public services category.
- geographicalArea → const GenericCategoriesId
-
Geographical area category.
- business → const GenericCategoriesId
-
Business category.
- sightseeing → const GenericCategoriesId
-
Sightseeing category.
- religiousPlaces → const GenericCategoriesId
-
Religious places category.
- roadside → const GenericCategoriesId
-
Roadside category.
- sports → const GenericCategoriesId
-
Sports category.
- uncategorized → const GenericCategoriesId
-
Uncategorized.
- hydrants → const GenericCategoriesId
-
Hydrants category.
- emergencyServicesSupport → const GenericCategoriesId
-
Emergency services support category.
- civilEmergencyInfrastructure → const GenericCategoriesId
-
Civil emergency infrastructure category.
- chargingStation → const GenericCategoriesId
-
Charging station category.
- bicycleChargingStation → const GenericCategoriesId
-
Bicycle charging station category.
- bicycleParking → const GenericCategoriesId
-
Bicycle parking category.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
GenericCategoriesId> - A constant List of the values in this enum, in order of their declaration.