Skip to main content

Type Alias: MapWaypointLabelStyles

MapWaypointLabelStyles = object

Defined in: src/garminsdk/components/map/MapWaypointDisplayBuilder.ts:50

Map waypoint label styles.

Properties

alwaysShow

alwaysShow: boolean | Subscribable<boolean>

Defined in: src/garminsdk/components/map/MapWaypointDisplayBuilder.ts:58

Whether the label is immune to culling.


options?

optional options: MapLocationTextLabelOptions

Defined in: src/garminsdk/components/map/MapWaypointDisplayBuilder.ts:61

Style options for the label.


priority

priority: number | Subscribable<number>

Defined in: src/garminsdk/components/map/MapWaypointDisplayBuilder.ts:55

The render priority of the label. Labels with higher priority will be rendered on top of labels with lower priority. Moreover, labels with lower priority will be preferentially culled over labels with higher priority.