@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for SQL API
9 lines • 348 B
JavaScript
/* The target data type of a spatial path */
export var SpatialType;
(function (SpatialType) {
SpatialType["LineString"] = "LineString";
SpatialType["MultiPolygon"] = "MultiPolygon";
SpatialType["Point"] = "Point";
SpatialType["Polygon"] = "Polygon";
})(SpatialType || (SpatialType = {}));
//# sourceMappingURL=IndexingPolicy.js.map