The following tables list the members exposed by GeographicMapImagery.
Name | Description | |
---|---|---|
GeographicMap | The UltraGeographicMap which is hosting this GeographicMapImagery control. | |
IsHorizontalWrappingEnabled | Gets or sets if horizontal wrapping is enabled for the imagery. | |
Referer | Gets or sets the referer sent in the headers of the tile request. | |
UserAgent | Gets or sets the UserAgent sent in the headers of the tile request. | |
WindowRect | A rectangle representing the portion of the map imagery currently in view. |
Name | Description | |
---|---|---|
ClearTileCache | Removes all cached tile Imagery from the | |
Reset | Resets all the properties to their default values | |
ResetGeographicMap | Resets the GeographicMap property to its default value. | |
ResetIsHorizontalWrappingEnabled | Resets the IsHorizontalWrappingEnabled property to its default value. | |
ResetReferer | Resets the Referer property to its default value. | |
ResetUserAgent | Resets the UserAgent property to its default value. | |
ResetWindowRect | Resets the WindowRect property to its default value. |
Name | Description | |
---|---|---|
OnCancellingImage | Used to invoke the CancellingImage event. | |
OnDownloadingImage | Used to invoke the DownloadingImage event. | |
OnImagesChanged | Used to invoke the ImagesChanged event. | |
OnImageTilesReady | Used to invoke the ImageTilesReady event. | |
OnPropertyChanged | Used to invoke the PropertyChanged event. | |
ShouldSerializeGeographicMap | Indicates if the GeographicMap property needs to be serialized. | |
ShouldSerializeIsHorizontalWrappingEnabled | Indicates if the IsHorizontalWrappingEnabled property needs to be serialized. | |
ShouldSerializeReferer | Indicates if the Referer property needs to be serialized. | |
ShouldSerializeUserAgent | Indicates if the UserAgent property needs to be serialized. | |
ShouldSerializeWindowRect | Indicates if the WindowRect property needs to be serialized. |
Name | Description | |
---|---|---|
CancellingImage | Event raised when an image is being downloaded. | |
DownloadingImage | Event raised when an image is being downloaded. | |
ImagesChanged | Event raised when tile images have changed. | |
ImageTilesReady | Event raised when the image tiles have been downloaded. | |
PropertyChanged | Event raised when a property value changes. |