PolylineProperties

The styling and presentation specific properties of a polyline on the map.

The geometry and other polyline data is defined in the PolylineData. The PolylineData and the the properties of this class define how the polyline is visualized on the map.

An instance of this class can be constructed with the PolylineProperties fake constructor function.

Types

Link copied to clipboard
class Mutable

Mutable variant of PolylineProperties.

Properties

Link copied to clipboard

Sets if the polyline is clickable, if this parameter is false then clicks will be propagated to objects that are below polyline.

Link copied to clipboard

Main Color of the polyline.

Link copied to clipboard

The CapType of the end cap of the Polyline to be created.

Link copied to clipboard

The CapType of the start cap of the Polyline to be created.

Link copied to clipboard

Widths of the polyline for different zoom levels.

Link copied to clipboard

Outline Color for the polyline overlay.

Link copied to clipboard

Outline widths of the polyline for different zoom levels.

Link copied to clipboard

The pattern Image of the polyline. This image is repeated along the polyline, and it has priority over the solid color from lineColor.

Functions

Link copied to clipboard

Copies the PolylineProperties and applies the changes by configure to the copied instance.