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
Name | Type | Description |
---|---|---|
mapStyles | WT21MapStyles | The map styles. |
clipPathStream | ClippedPathStream | The clip path stream. |
Returns
Defined in
workingtitle-instruments-wt21/shared/Map/MapTod.ts:78
Methods
getIcon
▸ getIcon<T
>(role
, waypoint
): MapWaypointIcon
<T
>
Type parameters
Name | Type |
---|---|
T | extends Waypoint |
Parameters
Name | Type |
---|---|
role | number |
waypoint | T |
Returns
MapWaypointIcon
<T
>
Inherit Doc
Implementation of
MapWaypointRendererIconFactory.getIcon
Defined in
workingtitle-instruments-wt21/shared/Map/MapTod.ts:81