Polyline Annotation Manager
The polylineAnnotation manager allows to add polylineAnnotations to a map.
Constructors
Types
Functions
Properties
The added annotations
The Added clickListeners
The delegateProvider
The added dragListeners
The filter on the managed polylineAnnotations.
The LineDasharray property
Specifies the lengths of the alternating dashes and gaps that form the dash pattern. The lengths are later scaled by the line width. To convert a dash length to density-independent pixels, multiply the length by the current line width. Note that GeoJSON sources with lineMetrics: true
specified won't render dashed lines to the expected scale. Also note that zoom-dependent expressions will be evaluated only at integer zoom levels.
The LineMiterLimit property
Used to automatically convert miter joins to bevel joins for sharp angles.
The LineRoundLimit property
Used to automatically convert round joins to miter joins for shallow angles.
The LineTranslate property
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
The LineTranslateAnchor property
Controls the frame of reference for {@link PropertyFactory#lineTranslate}.
The added longClickListeners