Skip to main content

Type Alias: NextGenTrafficMapOptions

NextGenTrafficMapOptions = Omit<TrafficMapOptions, "nauticalRangeArray" | "metricRangeArray" | "trafficIconOptions" | "includeRangeRings" | "flightPathRenderer" | "configureFlightPlan" | "orientation" | "orientationText" | "operatingModeText" | "adsbModeText" | "altitudeModeText" | "standbyText"> & object

Defined in: src/garminsdk/components/map/assembled/TrafficMapBuilder.tsx:200

Options for creating a next-generation (NXi, G3000, etc) Garmin traffic map.

Type declaration

includeRangeRings?

optional includeRangeRings: boolean

Whether to include range rings. Defaults to true.

metricRangeArray?

optional metricRangeArray: readonly NumberUnitInterface<UnitFamily.Distance>[]

The map range array to use for metric units mode. Defaults to a standard range array.

nauticalRangeArray?

optional nauticalRangeArray: readonly NumberUnitInterface<UnitFamily.Distance>[]

The map range array to use for nautical units mode. Defaults to a standard range array.

trafficIconOptions

trafficIconOptions: NextGenTrafficMapIconOptions

Configuration options for traffic icons.

waypointIconImageCache

waypointIconImageCache: WaypointIconImageCache

The image cache from which to retrieve waypoint icon images.

waypointStyleFontType

waypointStyleFontType: "Roboto" | "DejaVu"

The font type to use for waypoint labels.

waypointStyleScale?

optional waypointStyleScale: number

The scaling factor of waypoint icons and labels. Defaults to 1.