Skip to main content

Class: MapFixInfoIconFactory

Defined in: workingtitle-instruments-wt21/shared/Map/MapTod.ts:72

A waypoint icon factory for fix info waypoints.

Implements

  • MapWaypointRendererIconFactory<Waypoint>

Constructors

Constructor

new MapFixInfoIconFactory(mapStyles, clipPathStream): MapFixInfoIconFactory

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

Creates a new MapTocLabelFactory.

Parameters

ParameterTypeDescription
mapStylesWT21MapStylesThe map styles.
clipPathStreamClippedPathStreamThe clip path stream.

Returns

MapFixInfoIconFactory

Methods

getIcon()

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

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

Type Parameters

Type Parameter
T extends Waypoint

Parameters

ParameterType
rolenumber
waypointT

Returns

MapWaypointIcon<T>

Inherit Doc

Implementation of

MapWaypointRendererIconFactory.getIcon