LineString
fun LineString(positions: List<GeoJsonPosition>, boundingBox: GeoBoundingBox? = null)
Content copied to clipboard
Parameters
positions
Coordinates of the LineString.
boundingBox
Bounding box of the LineString (optional).
Coordinates of the LineString.
Bounding box of the LineString (optional).