Skip to main content

Interface: FacilityWaypoint<T>

Defined in: src/sdk/navigation/Waypoint.ts:120

A waypoint associated with a facility.

Extends

Type Parameters

Type ParameterDefault type
T extends FacilityFacility

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

Waypoint.location


type

readonly type: string

Defined in: src/sdk/navigation/Waypoint.ts:45

The unique string type of this waypoint.

Inherited from

Waypoint.type


uid

readonly uid: string

Defined in: src/sdk/navigation/Waypoint.ts:35

A unique string ID assigned to this waypoint.

Inherited from

Waypoint.uid

Methods

equals()

equals(other): boolean

Defined in: src/sdk/navigation/Waypoint.ts:42

Checks whether this waypoint and another are equal.

Parameters

ParameterTypeDescription
otherWaypointThe other waypoint.

Returns

boolean

whether this waypoint and the other are equal.

Inherited from

Waypoint.equals