Abstract Class: AbstractWaypoint
Defined in: src/sdk/navigation/Waypoint.ts:51
An abstract implementation of Waypoint.
Extended by
Implements
Constructors
Constructor
new AbstractWaypoint():
AbstractWaypoint
Returns
AbstractWaypoint
Accessors
location
Get Signature
get
abstract
location():Subscribable
<GeoPointInterface
>
Defined in: src/sdk/navigation/Waypoint.ts:52
The geographic location of the waypoint.
Returns
Subscribable
<GeoPointInterface
>
The geographic location of the waypoint.
Implementation of
type
Get Signature
get
abstract
type():string
Defined in: src/sdk/navigation/Waypoint.ts:54
The unique string type of this waypoint.
Returns
string
The unique string type of this waypoint.
Implementation of
uid
Get Signature
get
abstract
uid():string
Defined in: src/sdk/navigation/Waypoint.ts:53
A unique string ID assigned to this waypoint.
Returns
string
A unique string ID assigned to this waypoint.
Implementation of
Methods
equals()
equals(
other
):boolean
Defined in: src/sdk/navigation/Waypoint.ts:57
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.