IndoorOriginalLocation class
Represents the original location from the request before map matching.
This is used when the routing service snaps a waypoint to a different location.
Constructors
- IndoorOriginalLocation(GeoCoordinates coordinates, int levelZIndex, String levelId)
- Creates a new instance.
Properties
- coordinates ↔ GeoCoordinates
-
Original geographic coordinates from the request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- levelId ↔ String
-
Original level identifier from the request.
getter/setter pair
- levelZIndex ↔ int
-
Original vertical level index from the request.
getter/setter pair
- 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.