Version

AzureMapsImagery Class Members

The following tables list the members exposed by AzureMapsImagery.

Public Constructors
 NameDescription
Public ConstructorAzureMapsImagery ConstructorAzureMapsImagery constructor.  
Public Properties
 NameDescription
Public PropertyApiKeyGets or sets a subscription key required by the Azure Maps imagery service. For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication.  
Public PropertyApiVersionGets or sets the API version used by the Azure Maps imagery service. For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.  
Public PropertyCultureNameGets or sets the culture name for this tile source.  
Public PropertyGeographicMapThe UltraGeographicMap which is hosting this GeographicMapImagery control. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public PropertyImageryStyle

Gets or sets a map style of the Azure Maps imagery tiles.

For example: Road map style.

 
Public PropertyIsHorizontalWrappingEnabledGets or sets if horizontal wrapping is enabled for the imagery. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public PropertyLocalizedViewGets or sets a string that specifies which maps to show for geopolitically disputed regions. For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.  
Public PropertyRefererGets or sets the referer sent in the headers of the tile request. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public PropertyTimestampGets or sets a specific date and time for the map. Note that not all tilesets support this option and those that do might have restrictions. For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters.  
Public PropertyUserAgentGets or sets the UserAgent sent in the headers of the tile request. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public PropertyWindowRectA rectangle representing the portion of the map imagery currently in view. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public Methods
 NameDescription
Public MethodClearTileCacheRemoves all cached tile Imagery from the (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetOverridden. Resets all the properties to their default values  
Public MethodResetApiKeyResets the ApiKey property to its default value.  
Public MethodResetApiVersionResets the ApiVersion property to its default value.  
Public MethodResetCultureNameResets the CultureName property to its default value.  
Public MethodResetGeographicMapResets the GeographicMapImagery.GeographicMap property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetImageryStyleResets the ImageryStyle property to its default value.  
Public MethodResetIsHorizontalWrappingEnabledResets the GeographicMapImagery.IsHorizontalWrappingEnabled property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetLocalizedViewResets the LocalizedView property to its default value.  
Public MethodResetRefererResets the GeographicMapImagery.Referer property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetTimestampResets the Timestamp property to its default value.  
Public MethodResetUserAgentResets the GeographicMapImagery.UserAgent property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetWindowRectResets the GeographicMapImagery.WindowRect property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected Methods
 NameDescription
Protected MethodOnCancellingImageUsed to invoke the GeographicMapImagery.CancellingImage event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnDownloadingImageUsed to invoke the GeographicMapImagery.DownloadingImage event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnImagesChangedUsed to invoke the GeographicMapImagery.ImagesChanged event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnImageTilesReadyUsed to invoke the GeographicMapImagery.ImageTilesReady event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnPropertyChangedUsed to invoke the GeographicMapImagery.PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeApiKeyIndicates if the ApiKey property needs to be serialized.  
Protected MethodShouldSerializeApiVersionIndicates if the ApiVersion property needs to be serialized.  
Protected MethodShouldSerializeCultureNameIndicates if the CultureName property needs to be serialized.  
Protected MethodShouldSerializeGeographicMapIndicates if the GeographicMapImagery.GeographicMap property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeImageryStyleIndicates if the ImageryStyle property needs to be serialized.  
Protected MethodShouldSerializeIsHorizontalWrappingEnabledIndicates if the GeographicMapImagery.IsHorizontalWrappingEnabled property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeLocalizedViewIndicates if the LocalizedView property needs to be serialized.  
Protected MethodShouldSerializeRefererIndicates if the GeographicMapImagery.Referer property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeTimestampIndicates if the Timestamp property needs to be serialized.  
Protected MethodShouldSerializeUserAgentIndicates if the GeographicMapImagery.UserAgent property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeWindowRectIndicates if the GeographicMapImagery.WindowRect property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public Events
 NameDescription
Public EventCancellingImageEvent raised when an image is being downloaded. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public EventDownloadingImageEvent raised when an image is being downloaded. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public EventImagesChangedEvent raised when tile images have changed. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public EventImageTilesReadyEvent raised when the image tiles have been downloaded. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public EventPropertyChangedEvent raised when a property value changes. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
See Also