UNPKG

@azure/cosmos

Version:
13 lines 564 B
"use strict"; // 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