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
Parameter | Type | Description |
---|---|---|
mapStyles | WT21MapStyles | The map styles. |
clipPathStream | ClippedPathStream | The 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
Parameter | Type |
---|---|
role | number |
waypoint | T |
Returns
MapWaypointIcon
<T
>
Inherit Doc
Implementation of
MapWaypointRendererIconFactory.getIcon