MapsRenderingClientOptions Constructor
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.
Initializes new instance of MapsRenderClientOptions.
public MapsRenderingClientOptions (Azure.Maps.Rendering.MapsRenderingClientOptions.ServiceVersion version = Azure.Maps.Rendering.MapsRenderingClientOptions+ServiceVersion.V2024_04_01, Uri endpoint = default, Azure.Maps.Rendering.MediaType? acceptMediaType = default);
new Azure.Maps.Rendering.MapsRenderingClientOptions : Azure.Maps.Rendering.MapsRenderingClientOptions.ServiceVersion * Uri * Nullable<Azure.Maps.Rendering.MediaType> -> Azure.Maps.Rendering.MapsRenderingClientOptions
Public Sub New (Optional version As MapsRenderingClientOptions.ServiceVersion = Azure.Maps.Rendering.MapsRenderingClientOptions+ServiceVersion.V2024_04_01, Optional endpoint As Uri = Nothing, Optional acceptMediaType As Nullable(Of MediaType) = Nothing)
Parameters
Azure Maps Render API version.
- endpoint
- Uri
The endpoint for Azure Maps.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET