IndoorRoutePlace class
Represents a place within an indoor route.
Constructors
- IndoorRoutePlace(RoutePlaceType type, GeoCoordinates coordinates, int levelZIndex, String venueId, String levelId)
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
- name ↔ String?
-
The location name (if available).
getter/setter pair
- originalLocation ↔ IndoorOriginalLocation?
-
Original location from the request (if different from the matched location).
This is populated when the routing service snaps the waypoint to a different 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
- waypointIndex ↔ int?
-
Index of the corresponding waypoint in the request (if this place corresponds to a user-provided waypoint).
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.