GeospatialConfig Constructors

Definition

Overloads

GeospatialConfig()

Initializes a new instance of the GeospatialConfig class for the Azure Cosmos DB service.

GeospatialConfig(GeospatialType)

GeospatialConfig()

Initializes a new instance of the GeospatialConfig class for the Azure Cosmos DB service.

public GeospatialConfig ();
Public Sub New ()

Remarks

Geospatial type is set to Geography by default.

Applies to

GeospatialConfig(GeospatialType)

public GeospatialConfig (Microsoft.Azure.Documents.GeospatialType geospatialType);
new Microsoft.Azure.Documents.GeospatialConfig : Microsoft.Azure.Documents.GeospatialType -> Microsoft.Azure.Documents.GeospatialConfig
Public Sub New (geospatialType As GeospatialType)

Parameters

geospatialType
GeospatialType

Applies to