Interface LineStringGeometry<TPosition>Experimental

interface LineStringGeometry<TPosition> {
    coordinates: LinePositions<TPosition>;
    type: "LineString";
}

Type Parameters

Properties

Properties

coordinates: LinePositions<TPosition>
type