IndoorWaypoint class abstract

Represents an indoor waypoint, used as input for indoor route calculation.

Constructors

IndoorWaypoint(GeoCoordinates coordinates, String venueId, String levelId)
Creates an indoor waypoint.
factory
IndoorWaypoint.withOutdoorCoordinates(GeoCoordinates coordinates)
Creates an outdoor waypoint.
factory

Properties

coordinates GeoCoordinates
The waypoint's geographic coordinates.
no setter
hashCode → int
The hash code for this object.
no setterinherited
levelId → String?
The ID of the level where the waypoint is located, if applicable.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
venueId → String?
The ID of the venue where the waypoint is located, if applicable.
no setter

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