GeospatialType Enum

Definition

Specifies the supported geospatial types in the Azure Cosmos DB service.

public enum GeospatialType
type GeospatialType = 
Public Enum GeospatialType
Inheritance
GeospatialType

Fields

Geography 0

Represents data in round-earth coordinate system.

Geometry 1

Represents data in Eucledian(flat) coordinate system.

Applies to