Interface GeoJsonLineString

interface GeoJsonLineString {
    coordinates: number[][];
    type: "LineString";
}

Properties

Properties

coordinates: number[][]
type