IndoorRoutePlace class

Represents a place within an indoor route.

Constructors

IndoorRoutePlace(RoutePlaceType type, GeoCoordinates coordinates, int levelZIndex, String venueId, String levelId)
Creates a new instance.

Properties

coordinates GeoCoordinates
Geographic coordinates of the place.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
levelId ↔ String
The level identifier of this indoor location.
getter/setter pair
levelZIndex ↔ int
The vertical level index of this indoor location.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type RoutePlaceType
The type of the route place.
getter/setter pair
venueId ↔ String
The venue identifier of this indoor location.
getter/setter pair

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.