Skip to main content

Interface: FacilityWaypoint<T>

A waypoint associated with a facility.

Type parameters

NameType
Textends Facility = Facility

Hierarchy

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

Waypoint.location

Defined in

src/sdk/navigation/Waypoint.ts:32


type

Readonly type: string

The unique string type of this waypoint.

Inherited from

Waypoint.type

Defined in

src/sdk/navigation/Waypoint.ts:45


uid

Readonly uid: string

A unique string ID assigned to this waypoint.

Inherited from

Waypoint.uid

Defined in

src/sdk/navigation/Waypoint.ts:35

Methods

equals

equals(other): boolean

Checks whether this waypoint and another are equal.

Parameters

NameTypeDescription
otherWaypointThe other waypoint.

Returns

boolean

whether this waypoint and the other are equal.

Inherited from

Waypoint.equals

Defined in

src/sdk/navigation/Waypoint.ts:42