Interface: FacilityWaypoint<T>
A waypoint associated with a facility.
Type parameters
Name | Type |
---|---|
T | extends Facility = Facility |
Hierarchy
↳
FacilityWaypoint
Implemented by
Properties
facility
• Readonly
facility: Subscribable
<T
>
The facility associated with this waypoint.
Defined in
src/sdk/navigation/Waypoint.ts:125
isFacilityWaypoint
• Readonly
isFacilityWaypoint: true
A flag which marks this waypoint as a FacilityWaypoint.
Defined in
src/sdk/navigation/Waypoint.ts:122
location
• Readonly
location: Subscribable
<GeoPointInterface
>
The geographic location of the waypoint.
Inherited from
Defined in
src/sdk/navigation/Waypoint.ts:32
type
• Readonly
type: string
The unique string type of this waypoint.
Inherited from
Defined in
src/sdk/navigation/Waypoint.ts:45
uid
• Readonly
uid: string
A unique string ID assigned to this waypoint.
Inherited from
Defined in
src/sdk/navigation/Waypoint.ts:35
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.
Inherited from
Defined in
src/sdk/navigation/Waypoint.ts:42