Variable GeoJsonMultiPoint

GeoJsonMultiPoint: {
    [hasInstance](instance) => instance is GeoJsonMultiPoint;
    toShape(object) => GeoGroup<GeoPoint>;
}

Type declaration

Generated using TypeDoc