GeoJsonLineString

constructor(coordinates: List<LatLng>)

Creates a new GeoJsonLineString object

Parameters

coordinates

list of coordinates of GeoJsonLineString to store


constructor(coordinates: List<LatLng>, altitudes: List<Double>)

Creates a new GeoJsonLineString object

Parameters

coordinates

array of coordinates

altitudes

array of altitudes