sdk-common / com.tomtom.online.sdk.common.geojson.geometry / LineString / LineStringBuilder

LineStringBuilder

open class LineStringBuilder

Functions

build

open fun build(): LineString!

Creates a new instance of a LineString.

coordinates

open fun coordinates(coordinates: MutableList<LatLng!>): LineString.LineStringBuilder!

Defines a list of coordinates used in LineString.

toString

open fun toString(): String