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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET