Skip to main content

Class: MapFixInfoIconFactory

A waypoint icon factory for fix info waypoints.

Implements

  • MapWaypointRendererIconFactory<Waypoint>

Constructors

constructor

new MapFixInfoIconFactory(mapStyles, clipPathStream): MapFixInfoIconFactory

Creates a new MapTocLabelFactory.

Parameters

NameTypeDescription
mapStylesWT21MapStylesThe map styles.
clipPathStreamClippedPathStreamThe clip path stream.

Returns

MapFixInfoIconFactory

Defined in

workingtitle-instruments-wt21/shared/Map/MapTod.ts:78

Methods

getIcon

getIcon<T>(role, waypoint): MapWaypointIcon<T>

Type parameters

NameType
Textends Waypoint

Parameters

NameType
rolenumber
waypointT

Returns

MapWaypointIcon<T>

Inherit Doc

Implementation of

MapWaypointRendererIconFactory.getIcon

Defined in

workingtitle-instruments-wt21/shared/Map/MapTod.ts:81