Interface PointGeometry<TPosition>Experimental

interface PointGeometry<TPosition> {
    coordinates: TPosition;
    type: "Point";
}

Type Parameters

Properties

Properties

coordinates: TPosition
type