Class: G3XWaypointMapBuilder
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XWaypointMapBuilder.tsx:196
Builds G3X Touch waypoint maps.
Constructors
Constructor
new G3XWaypointMapBuilder():
G3XWaypointMapBuilder
Returns
G3XWaypointMapBuilder
Methods
build()
static
build<MapBuilder
>(mapBuilder
,options
):MapBuilder
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XWaypointMapBuilder.tsx:212
Configures a map builder to generate a G3X Touch waypoint map.
The controller [GarminMapKeys.Range]: MapRangeController
is added to the map context and can be used to control
the range of the map.
If drag-to-pan is supported, then the controller [G3XMapKeys.DragPan]: MapDragPanController
is added to the
map context and can be used to control drag-to-pan functionality.
The map builder will not be configured to apply a custom projected size, dead zone, or to automatically update the map.
Type Parameters
Type Parameter |
---|
MapBuilder extends MapSystemBuilder <any , any , any , any > |
Parameters
Parameter | Type | Description |
---|---|---|
mapBuilder | MapBuilder | The map builder to configure. |
options | G3XWaypointMapOptions | Options for configuring the map. |
Returns
MapBuilder
The builder, after it has been configured.