Interface: Waypoint
Defined in: src/sdk/navigation/Waypoint.ts:30
A navigational waypoint.
Extended by
Properties
location
readonly
location:Subscribable
<GeoPointInterface
>
Defined in: src/sdk/navigation/Waypoint.ts:32
The geographic location of the waypoint.
type
readonly
type:string
Defined in: src/sdk/navigation/Waypoint.ts:45
The unique string type of this waypoint.
uid
readonly
uid:string
Defined in: src/sdk/navigation/Waypoint.ts:35
A unique string ID assigned to this waypoint.
Methods
equals()
equals(
other
):boolean
Defined in: src/sdk/navigation/Waypoint.ts:42
Checks whether this waypoint and another are equal.
Parameters
Parameter | Type | Description |
---|---|---|
other | Waypoint | The other waypoint. |
Returns
boolean
whether this waypoint and the other are equal.