@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
10 lines • 436 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export 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 || (GeospatialType = {}));
//# sourceMappingURL=GeospatialType.js.map