open class LineString : Geometry
A GeoJSON Geometry type comprising a collection of two or more LatLngs.
| LineString()A GeoJSON Geometry type comprising a collection of two or more  | 
| open fun accept(visitor: GeoJsonObjectVisitor!): Unit | |
| open fun getCoordinates(): ImmutableList<LatLng!>!Returns a collection of two or more coordinates in WGS 84. |