Class: NextGenHsiMapBuilder
Defined in: src/garminsdk/components/map/assembled/NextGenHsiMapBuilder.tsx:222
Builds next-generation (NXi, G3000, etc) Garmin HSI maps.
Constructors
Constructor
new NextGenHsiMapBuilder():
NextGenHsiMapBuilder
Returns
NextGenHsiMapBuilder
Methods
build()
static
build<MapBuilder
>(mapBuilder
,options
):MapBuilder
Defined in: src/garminsdk/components/map/assembled/NextGenHsiMapBuilder.tsx:235
Configures a map builder to generate a next-generation (NXi, G3000, etc) Garmin HSI map.
The controller [GarminMapKeys.Range]: MapRangeController
is added to the map context and can be used to control
the range of the map.
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 | NextGenHsiMapOptions | Options for configuring the map. |
Returns
MapBuilder
The builder, after it has been configured.