PolylineData

abstract class PolylineData

The data of a polyline on the map.

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

Types

Link copied to clipboard
class Mutable

Mutable variant of PolylineData.

Properties

Link copied to clipboard

The geographic points of the line.

Link copied to clipboard
val tag: String?

Can be used to identify group of polylines.

Functions

Link copied to clipboard
fun copy(configure: PolylineData.Mutable.() -> Unit = { }): PolylineData

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