Interface: FacilityWaypoint<T>
Defined in: src/sdk/navigation/Waypoint.ts:120
A waypoint associated with a facility.
Extends
Type Parameters
Type Parameter | Default type |
---|---|
T extends Facility | Facility |
Properties
facility
readonly
facility:Subscribable
<T
>
Defined in: src/sdk/navigation/Waypoint.ts:125
The facility associated with this waypoint.
isFacilityWaypoint
readonly
isFacilityWaypoint:true
Defined in: src/sdk/navigation/Waypoint.ts:122
A flag which marks this waypoint as a FacilityWaypoint.
location
readonly
location:Subscribable
<GeoPointInterface
>
Defined in: src/sdk/navigation/Waypoint.ts:32
The geographic location of the waypoint.
Inherited from
type
readonly
type:string
Defined in: src/sdk/navigation/Waypoint.ts:45
The unique string type of this waypoint.
Inherited from
uid
readonly
uid:string
Defined in: src/sdk/navigation/Waypoint.ts:35
A unique string ID assigned to this waypoint.
Inherited from
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.