Skip to main content

Interface: FacilityWaypoint<T>

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

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:127

The facility associated with this waypoint.


isFacilityWaypoint

readonly isFacilityWaypoint: true

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

A flag which marks this waypoint as a FacilityWaypoint.


location

readonly location: Subscribable<GeoPointInterface>

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

The geographic location of the waypoint.

Inherited from

Waypoint.location


type

readonly type: string

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

The unique string type of this waypoint.

Inherited from

Waypoint.type


uid

readonly uid: string

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

A unique string ID assigned to this waypoint.

Inherited from

Waypoint.uid

Methods

equals()

equals(other): boolean

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

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