Skip to main content

Type Alias: NextGenTrafficMapOptions

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

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

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<Distance>[]

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

nauticalRangeArray?

optional nauticalRangeArray: readonly NumberUnitInterface<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.

waypointRendererAirportDataFlags?

optional waypointRendererAirportDataFlags: number

Bitflags describing the requested data to be loaded in airport facilities retrieved by the map for rendering purposes. This controls what data are available from airport waypoints registered with the map's waypoint renderer. Defaults to NextGenGarminMapUtils.AIRPORT_DATA_FLAGS.

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.