Interface MultiPointGeometry<TPosition>Experimental

interface MultiPointGeometry<TPosition> {
    coordinates: NonEmptyReadonlyArray<TPosition>;
    type: "MultiPoint";
}

Type Parameters

Properties

Properties

type