Class: G3XNearestMapBuilder
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:237
Builds G3X Touch nearest maps.
Constructors
Constructor
new G3XNearestMapBuilder():
G3XNearestMapBuilder
Returns
G3XNearestMapBuilder
Methods
build()
static
build<MapBuilder
>(mapBuilder
,options
):MapBuilder
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:253
Configures a map builder to generate a G3X Touch nearest 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 | G3XNearestMapOptions | Options for configuring the map. |
Returns
MapBuilder
The builder, after it has been configured.