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

LineString

open class LineString : Geometry

A GeoJSON Geometry type comprising a collection of two or more LatLngs.

Constructors

<init>

LineString()

A GeoJSON Geometry type comprising a collection of two or more LatLngs.

Functions

accept

open fun accept(visitor: GeoJsonObjectVisitor!): Unit

getCoordinates

open fun getCoordinates(): ImmutableList<LatLng!>!

Returns a collection of two or more coordinates in WGS 84.