Class: AbstractWaypoint
An abstract implementation of Waypoint.
Hierarchy
AbstractWaypoint
Implements
Constructors
constructor
• new AbstractWaypoint(): AbstractWaypoint
Returns
Accessors
location
• get
location(): Subscribable
<GeoPointInterface
>
The geographic location of the waypoint.
Returns
Subscribable
<GeoPointInterface
>
Implementation of
Defined in
src/sdk/navigation/Waypoint.ts:52
type
• get
type(): string
The unique string type of this waypoint.
Returns
string
Implementation of
Defined in
src/sdk/navigation/Waypoint.ts:54
uid
• get
uid(): string
A unique string ID assigned to this waypoint.
Returns
string
Implementation of
Defined in
src/sdk/navigation/Waypoint.ts:53
Methods
equals
▸ equals(other
): boolean
Checks whether this waypoint and another are equal.
Parameters
Name | Type | Description |
---|---|---|
other | Waypoint | The other waypoint. |
Returns
boolean
whether this waypoint and the other are equal.
Implementation of
Defined in
src/sdk/navigation/Waypoint.ts:57