Interface MultiLineStringGeometryJson

interface MultiLineStringGeometryJson {
    coordinates: CoordinatesJson[][];
    id: string;
    type: "MultiLineString";
}

Hierarchy (view full)

Properties

Properties

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