Skip to main content

Interface: Waypoint

A navigational waypoint.

Hierarchy

Implemented by

Properties

location

Readonly location: Subscribable<GeoPointInterface>

The geographic location of the waypoint.

Defined in

src/sdk/navigation/Waypoint.ts:32


type

Readonly type: string

The unique string type of this waypoint.

Defined in

src/sdk/navigation/Waypoint.ts:45


uid

Readonly uid: string

A unique string ID assigned to this waypoint.

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.

Defined in

src/sdk/navigation/Waypoint.ts:42