Type Alias: GarminMapBuilderWaypointsLayerOptions
GarminMapBuilderWaypointsLayerOptions =
object
Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:95
Options for the nearest waypoints layer.
Properties
supportRunwayOutlines?
optionalsupportRunwayOutlines:boolean
Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:97
Whether to support the rendering of airport runway outlines. Defaults to false.
userFacilityScopeFilter()?
optionaluserFacilityScopeFilter: (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
| Parameter | Type | Description |
|---|---|---|
scope | string | A user facility scope. |
Returns
boolean
Whether to display the user facility with the specified scope.