Skip to main content

Type Alias: GarminMapBuilderWaypointsLayerOptions

GarminMapBuilderWaypointsLayerOptions = object

Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:95

Options for the nearest waypoints layer.

Properties

supportRunwayOutlines?

optional supportRunwayOutlines: boolean

Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:97

Whether to support the rendering of airport runway outlines. Defaults to false.


userFacilityScopeFilter()?

optional userFacilityScopeFilter: (scope) => boolean

Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:105

A function that filters user facilities to be displayed by the nearest waypoints layer based on their scopes. If not defined, then user facilities will not be filtered based on scope.

Parameters

ParameterTypeDescription
scopestringA user facility scope.

Returns

boolean

Whether to display the user facility with the specified scope.