New to Telerik UI for WinForms? Download free 30-day trial

Properties, Methods and Events

This article provides reference tables with the Properties, Methods and Events in RadMap - AzureMapProvider.

Properties

Property Description
AzureAPIKey Gets or sets the Azure key.
AzureAPIVersion Gets or sets the Azure API version.
LanguageCulture Gets or sets the language and culture used for Azure Maps requests.
Initializing Gets or sets a value indicating whether this AzureMapProvider is currently in the initialization process.
TileSetID Gets or sets the imagery set. The possible values are: DarkGrey, HybridDarkGrey, HybridRoad, LabelsDarkGrey, LabelsRoad, Road, TrafficAbsoluteMain, TrafficDelayMain, TrafficReducedMain, TrafficRelativeDark, TrafficRelativeMain, WeatherInfraredMain, WeatherRadarMain
Initialized Gets or sets a value indicating whether this AzureRestMapProvider is initialized.
MaxZoomLevel Gets or sets the maximum zoom level.
MinZoomLevel Gets or sets the minimum zoom level.
TileSize Gets the tile size.
CacheProvider Gets or sets the provider used for data caching.
EnableCaching Gets or set a value whether the caching is enabled.
TileDownloader Gets or sets the tile downloader.

Methods

Method Description
Initialize Initializes this provider.
GetTile Gets the tile uri.
GetTileImage Gets the tile image.
SearchAsync Performs search request asynchronously.
CalculateElevationAsync Calculates the elevation asynchronously.
GetSupportedViews Gets the supported views.
SetView Sets the view in the AzureMapProvider.

Events

Event Description
InitializationComplete Fires when the initialization is completed.
InitializationError Fires when an error during the initialization occurs.
ProviderUpdated Fires when the provider has been updated, e.g. when a tile is downloaded.
SearchCompleted Fires when the search request has completed.
SearchError Fires when an error
In this article