UNPKG

@azure/cosmos

Version:
7 lines 264 B
export declare enum GeospatialType { /** Represents data in round-earth coordinate system. */ Geography = "Geography", /** Represents data in Eucledian(flat) coordinate system. */ Geometry = "Geometry" } //# sourceMappingURL=GeospatialType.d.ts.map