GetMapStaticImageOptions.Language Property
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.
Language in which search results should be returned. Should be one of supported IETF language tags, case insensitive. When data in specified language is not available for a specific field, default language is used.
Please refer to Supported Languages for details.
public Azure.Maps.Rendering.RenderingLanguage? Language { get; set; }
member this.Language : Nullable<Azure.Maps.Rendering.RenderingLanguage> with get, set
Public Property Language As Nullable(Of RenderingLanguage)
Property Value
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