GenericCategoriesId enum Core
Generic categories for landmarks and POIs.
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.