@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
13 lines • 564 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.GeospatialType = void 0;
var GeospatialType;
(function (GeospatialType) {
/** Represents data in round-earth coordinate system. */
GeospatialType["Geography"] = "Geography";
/** Represents data in Eucledian(flat) coordinate system. */
GeospatialType["Geometry"] = "Geometry";
})(GeospatialType || (exports.GeospatialType = GeospatialType = {}));
//# sourceMappingURL=GeospatialType.js.map