Interface LineStringGeometryJson

interface LineStringGeometryJson {
    coordinates: CoordinatesJson[];
    id: string;
    type: "LineString";
}

Hierarchy (view full)

Properties

Properties

coordinates: CoordinatesJson[]
id: string
type: "LineString"