Skip to main content

Class: MapBlankWaypointIcon<T>

A blank waypoint icon.

Type parameters

NameType
Textends MapWaypoint

Implements

Constructors

constructor

new MapBlankWaypointIcon<T>(waypoint, priority): MapBlankWaypointIcon<T>

Constructor.

Type parameters

NameType
Textends MapWaypoint

Parameters

NameTypeDescription
waypointTThe waypoint associated with this icon.
prioritynumber | Subscribable<number>The render priority of this icon. Icons with higher priorities should be rendered above those with lower priorities.

Returns

MapBlankWaypointIcon<T>

Defined in

src/sdk/components/map/MapWaypointIcon.ts:41

Properties

priority

Readonly priority: Subscribable<number>

The render priority of this icon. Icons with higher priorities will be rendered on top of icons with lower priorities.

Implementation of

MapWaypointIcon.priority

Defined in

src/sdk/components/map/MapWaypointIcon.ts:33


waypoint

Readonly waypoint: T

The waypoint associated with this icon.

Implementation of

MapWaypointIcon.waypoint

Defined in

src/sdk/components/map/MapWaypointIcon.ts:41

Methods

draw

draw(): void

Does nothing.

Returns

void

Implementation of

MapWaypointIcon.draw

Defined in

src/sdk/components/map/MapWaypointIcon.ts:48