FacilityType enum

Represents facility type available at the location.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Values

hotel → const FacilityType

A place to stay overnight.

restaurant → const FacilityType

A place to eat.

cafe → const FacilityType

A place to have a coffee or other drinks.

mall → const FacilityType

A shopping mall.

supermarket → const FacilityType

A place to buy groceries.

sport → const FacilityType

Sport facilities: gym, field etc.

recreationArea → const FacilityType

A place for recreation, like a park, beach etc.

nature → const FacilityType

Located in, or close to, a park, nature reserve etc.

museum → const FacilityType

A museum or other cultural facility.

bikeSharing → const FacilityType

A bike/e-bike/e-scooter sharing location.

busStop → const FacilityType

A bus stop.

taxiStand → const FacilityType

A taxi stand.

tramStop → const FacilityType

A tram stop.

metroStation → const FacilityType

A metro station.

trainStation → const FacilityType

A train station.

airport → const FacilityType

An airport.

parkingLot → const FacilityType

A parking lot.

carpoolParking → const FacilityType

A parking lot for carpooling.

fuelStation → const FacilityType

A fuel station.

wifi → const FacilityType

Wifi or other type of internet available.

business → const FacilityType

Business facilities.

education → const FacilityType

Educational facilities.

finance → const FacilityType

Financial facilities.

health → const FacilityType

Health facilities.

service → const FacilityType

Service facilities.

store → const FacilityType

A store.

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<FacilityType>
A constant List of the values in this enum, in order of their declaration.