GeospatialConfig Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET