ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents an overlay that requesting from Bing Maps Imagery Service.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay</a>
*System.Object ThinkGeo.MapSuite.WpfDesktopEdition.Overlay *ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is constructor of BingMapsTileOverlay class. | ||
![]() | String | This is constructor of BingMapsTileOverlay class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | ||
![]() | Overlay | This method dispose unmanaged resource used in this class. | |
![]() | RectangleShape | Overlay | This method draws the overlay with the provided extent in world coordinate. |
![]() | RectangleShape, OverlayRefreshType | Overlay | This method draws the overlay with the provided extent in world coordinate. |
![]() | Object | Object | |
![]() | Overlay | This method gets a bounding box of the Overlay. | |
![]() | Object | ||
![]() | Object | ||
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | Byte[] | Overlay | This method restore the overlay state back from the specified state. |
![]() | Overlay | ||
![]() | RectangleShape | Overlay | This method pans the overlay to the provided world extent. |
![]() | IEnumerable<RectangleShape> | Overlay | |
![]() | Overlay | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | |
![]() | RectangleShape | Overlay | |
![]() | IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | IEnumerable<RectangleShape>, TimeSpan | Overlay | |
![]() | RectangleShape, TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | RectangleShape, TimeSpan | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | TimeSpan, RequestDrawingBufferTimeType | Overlay | |
![]() | Overlay | This method saves overlay state to a byte array. | |
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | This property gets or sets an application account registered from Bing Maps Imagery Service. | |
![]() | String | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | Boolean | Overlay | |
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | TileImageFormat | TileOverlay | Gets and sets drawing format for the tiles. |
![]() | Boolean | Overlay | |
![]() | Boolean | Overlay | This property gets if this overlay is empty or not. |
![]() | Boolean | Overlay(overriden) | |
![]() | Int32 | TileOverlay | Gets or sets the image quality when the TileImageFormat is Jpeg; otherwise this property has no effects. Its default value is 80. |
![]() | GeoImage | ||
![]() | MapArguments | Overlay | Gets or sets current map information which will be used for calculating mechanism. |
![]() | BingMapsMapType | This property gets or sets the requesting map type from Bing Maps Imagery Service. | |
![]() | RectangleShape | TileOverlay | This property gets or sets the max extent of matrix to calculate the tiles. |
![]() | String | Overlay | Gets or sets the name of this overaly. |
![]() | Canvas | Overlay | Gets or sets the actual canvas which maintains all the visual elements on the overlay. |
![]() | Int32 | TileOverlay | This property gets and sets the number of extra rows and colums of tiles on each side which will surround the minimum grid tiles to cover the map. |
![]() | BitmapTileCache | TileOverlay | Gets and sets a tile cache object for saving the tiles. |
![]() | Int32 | TileOverlay | Gets and sets the height of the tile. |
![]() | TileType | TileOverlay | Gets and sets the overlay is formed by multiple tiles or single tile. |
![]() | Int32 | TileOverlay | Gets and sets the width of the tile. |
![]() | Int32 | Gets or sets the length of time, in seconds, before the request times out. | |
![]() | TransitionEffect | TileOverlay | Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent. |
![]() | WebProxy | This property gets or sets the proxy used for requesting a Web Response. | |
![]() | RectangleShape | TileOverlay | |
![]() | WrappingMode | TileOverlay | Thie property gets or sets whether allow wrap date line. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Canvas | TileOverlay | Gets current drawing canvas which holds actual tile controls. |
![]() | Boolean | Overlay | Gets or sets if the overlay canvas is initialized. |
![]() | RectangleShape | Overlay | Gets or sets the previous exent of the overlay. |
![]() | Canvas | TileOverlay | Gets current stretch canvas which holds stretched tile controls during the stretch transition. |
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
![]() | DrawTilesProgressChangedTileOverlayEventArgs | TileOverlay | This event raises when download progress is changed. |
![]() | DrawingOverlayEventArgs | Overlay | This event raises before the overlay is drawing. |
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawingExceptionTileOverlayEventArgs | TileOverlay | |
![]() | DrawingTileTileOverlayEventArgs | TileOverlay | This event raises before the tile is drawing. |
![]() | DrawnOverlayEventArgs | Overlay | This event raises after the overlay is drawn. |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | DrawnExceptionTileOverlayEventArgs | TileOverlay | |
![]() | DrawnTileTileOverlayEventArgs | TileOverlay | This event raises after the tile is drawn. |
![]() | SendingWebRequestEventArgs | ||
![]() | SentWebRequestEventArgs | ||
![]() | TileTypeChangedTileOverlayEventArgs | TileOverlay |
This is constructor of BingMapsTileOverlay class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#BingMapsTileOverlay.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#BingMapsTileOverlay.28.29</a>
Name | Type | Description |
---|
This is constructor of BingMapsTileOverlay class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#BingMapsTileOverlay.28String.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#BingMapsTileOverlay.28String.29</a>
Name | Type | Description |
---|---|---|
applicationId | String<!– System.String –> | This parameter indicates an application account registered from Bing Maps Account Center. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Close.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Close.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method dispose unmanaged resource used in this class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Dispose.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Dispose.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method draws the overlay with the provided extent in world coordinate.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Draw.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Draw.28RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter indicates an extent in world coordinate for drawing the overlay. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method draws the overlay with the provided extent in world coordinate.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Draw.28RectangleShape.2C_OverlayRefreshType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Draw.28RectangleShape.2C_OverlayRefreshType.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter indicates an extent in world coordinate for drawing the overlay. |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType –> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
This method gets a bounding box of the Overlay.
This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay.As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A RectangleShape indicating the bounding box of this overlay |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes overlay object.
This is a wrapper method for the virtual method InitializeCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method restore the overlay state back from the specified state.
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
state | Byte[]<!– System.Bytethinkgeo.mapsuite.wpfdesktopedition.bingmapstileoverlay –> | This parameter indicates the state for restore the overlay. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Open.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Open.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method pans the overlay to the provided world extent.
Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter is the target world extent for panning. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Refresh.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Refresh.28RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Refresh.28RectangleShape.2C_TimeSpan.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Refresh.28RectangleShape.2C_TimeSpan.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Refresh.28TimeSpan.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Refresh.28TimeSpan.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method saves overlay state to a byte array.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#SaveState.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#SaveState.28.29</a>
Return Type | Description |
---|---|
Byte[]<!– System.Bytethinkgeo.mapsuite.wpfdesktopedition.bingmapstileoverlay –> | A byte array indicates current overlay state. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#CloseCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#CloseCore.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Dispose.28Boolean.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Dispose.28Boolean.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
disposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawAttributionCore.28GeoCanvas.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
overlayRefreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.
This method can be overriden its logic by rewrite the DrawExceptionCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The target canvas to draw the layer. |
e | Exception<!– System.Exception –> | The exception thrown when layer.Draw(). |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The target canvas to draw the layer. |
e | Exception<!– System.Exception –> | The exception thrown when layer.Draw(). |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawStretchTiles.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawStretchTiles.28RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Redraws a specified tile with the provided world extent.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawTile.28Tile.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawTile.28Tile.2C_RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
tile | Tile<!– ThinkGeo.MapSuite.WpfDesktopEdition.Tile –> | A Tile object that is created by the GetTile() method to draw. |
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A world extent for drawing the passed tile. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This method redraws a tile by an extent and geography unit.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawTileCore.28Tile.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawTileCore.28Tile.2C_RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
tile | Tile<!– ThinkGeo.MapSuite.WpfDesktopEdition.Tile –> | A tile which needs to be redrawn. |
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | An extent to be redrawn. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetBoundingBoxCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetBoundingBoxCore.28.29</a>
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
This method gets the cells for drawing in the passed world extent.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetDrawingCells.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetDrawingCells.28RectangleShape.29</a>
Return Type | Description |
---|---|
Dictionary<String,TileMatrixCell><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} –> | A dictionary of cells for drawing in the passed world extent. |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A world extent for getting the drawing cells. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetDrawingCellsCore.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetDrawingCellsCore.28RectangleShape.29</a>
Return Type | Description |
---|---|
Dictionary<String,TileMatrixCell><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} –> |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Dictionary<String,TileMatrixCell><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} –> |
Name | Type | Description |
---|---|---|
cells | Dictionary<String,TileMatrixCell><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} –> | |
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Dictionary<String,TileMatrixCell><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} –> |
Name | Type | Description |
---|---|---|
cells | Dictionary<String,TileMatrixCell><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} –> | |
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This method overrides from its base class TileOverlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetTileCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetTileCore.28.29</a>
Return Type | Description |
---|---|
Tile<!– ThinkGeo.MapSuite.WpfDesktopEdition.Tile –> | A BingMapsTile object to form an entire Bing Maps Overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetTileMatrix.28Double.2C_Int32.2C_Int32.2C_GeographyUnit.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetTileMatrix.28Double.2C_Int32.2C_Int32.2C_GeographyUnit.29</a>
Return Type | Description |
---|---|
TileMatrix<!– ThinkGeo.MapSuite.Core.TileMatrix –> |
Name | Type | Description |
---|---|---|
scale | Double<!– System.Double –> | |
tileWidth | Int32<!– System.Int32 –> | |
tileHeight | Int32<!– System.Int32 –> | |
boundingBoxUnit | GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#InitializeCore.28MapArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#InitializeCore.28MapArguments.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
state | Byte[]<!– System.Bytethinkgeo.mapsuite.wpfdesktopedition.bingmapstileoverlay –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Occurs when Tiles' download progress is changed.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawTilesProgressChangedTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs –> | Event arguments for DownloadProgress event. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This method raises before the overlay is drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawing.28DrawingOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawing.28DrawingOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs –> | This parameter is the event argument for Drawing event. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawingExceptionTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This method raises before a tile is drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingTileTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs –> | This is an event argument for DrawingTile event. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This method raises after the overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs –> | This parameter is the event argument for Drawn event. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawnExceptionTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This method raises after a tile is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnTileTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs –> | This is an event argument for DrawnTile event. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TileTypeChangedTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OpenCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OpenCore.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This method pans the overlay to the provided world extent.
Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter is the target world extent for panning. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
tiles | IEnumerable<Tile><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WpfDesktopEdition.Tile} –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
tiles | IEnumerable<Tile><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WpfDesktopEdition.Tile} –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#RefreshCore.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#RefreshCore.28RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#RefreshCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#RefreshCore.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#SaveStateCore.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#SaveStateCore.28.29</a>
Return Type | Description |
---|---|
Byte[]<!– System.Bytethinkgeo.mapsuite.wpfdesktopedition.bingmapstileoverlay –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
This property gets or sets an application account registered from Bing Maps Imagery Service.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#ApplicationId” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#ApplicationId</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawAttributionCore.28GeoCanvas.29</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#AutoRefreshInterval” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#AutoRefreshInterval</a>
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#CanRefreshRegion” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#CanRefreshRegion</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawingExceptionMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawingExceptionMode</a>
Return Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
Gets and sets drawing format for the tiles.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#ImageFormat” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#ImageFormat</a>
Return Type |
---|
TileImageFormat<!– ThinkGeo.MapSuite.Core.TileImageFormat –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#IsBase” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#IsBase</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This property gets if this overlay is empty or not.
This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#IsVisible” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#IsVisible</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) –> Go Back
Gets or sets the image quality when the TileImageFormat is Jpeg; otherwise this property has no effects. Its default value is 80.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#JpegQuality” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#JpegQuality</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Logo” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Logo</a>
Return Type |
---|
GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
Gets or sets current map information which will be used for calculating mechanism.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Initialize.28MapArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Initialize.28MapArguments.29</a>
Return Type |
---|
MapArguments<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This property gets or sets the requesting map type from Bing Maps Imagery Service.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#MapStyle” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#MapStyle</a>
Return Type |
---|
BingMapsMapType<!– ThinkGeo.MapSuite.Core.BingMapsMapType –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
This property gets or sets the max extent of matrix to calculate the tiles.
By default, MaxExtent is null; the matrix is created depending on the GeographyUnit of current map. When it's DecimalDegree, the matrix' is calculated as (-180, 90, 180, -90) as MaxExtent. While it's not DecimalDegree, the matrix is (-1000000000, 1000000000, 1000000000, -1000000000); It's allowed to modify it to customize the matrix.
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets or sets the name of this overaly.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Name” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#Name</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
Gets or sets the actual canvas which maintains all the visual elements on the overlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OverlayCanvas” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OverlayCanvas</a>
Return Type |
---|
Canvas<!– System.Windows.Controls.Canvas –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
This property gets and sets the number of extra rows and colums of tiles on each side which will surround the minimum grid tiles to cover the map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileBuffer” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileBuffer</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets and sets a tile cache object for saving the tiles.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileCache” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileCache</a>
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets and sets the height of the tile.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileHeight” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileHeight</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets and sets the overlay is formed by multiple tiles or single tile.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileType” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileType</a>
Return Type |
---|
TileType<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileType –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets and sets the width of the tile.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileWidth” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TileWidth</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets or sets the length of time, in seconds, before the request times out.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TimeoutInSeconds” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TimeoutInSeconds</a>
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TransitionEffect” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#TransitionEffect</a>
Return Type |
---|
TransitionEffect<!– ThinkGeo.MapSuite.WpfDesktopEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This property gets or sets the proxy used for requesting a Web Response.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#WebProxy” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#WebProxy</a>
Return Type |
---|
WebProxy<!– System.Net.WebProxy –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#WrappingExtent” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#WrappingExtent</a>
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Thie property gets or sets whether allow wrap date line.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#WrappingMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#WrappingMode</a>
Return Type |
---|
WrappingMode<!– ThinkGeo.MapSuite.Core.WrappingMode –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets current drawing canvas which holds actual tile controls.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawingCanvas” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#DrawingCanvas</a>
Return Type |
---|
Canvas<!– System.Windows.Controls.Canvas –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
Gets or sets if the overlay canvas is initialized.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#IsOverlayInitialized” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#IsOverlayInitialized</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
Gets or sets the previous exent of the overlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#PreviousExtent” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#PreviousExtent</a>
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
Gets current stretch canvas which holds stretched tile controls during the stretch transition.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#StretchCanvas” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#StretchCanvas</a>
Return Type |
---|
Canvas<!– System.Windows.Controls.Canvas –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This event raises when download progress is changed.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29</a>
Event Arguments |
---|
DrawTilesProgressChangedTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This event raises before the overlay is drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetDrawingCells.28RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#GetDrawingCells.28RectangleShape.29</a>
Event Arguments |
---|
DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a>
Event Arguments |
---|
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29</a>
Event Arguments |
---|
DrawingExceptionTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This event raises before the tile is drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29</a>
Event Arguments |
---|
DrawingTileTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This event raises after the overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnExceptionTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
This event raises after the tile is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnTileTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a>
Event Arguments |
---|
SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a>
Event Arguments |
---|
SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.BingMapsTileOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Event Arguments |
---|
TileTypeChangedTileOverlayEventArgs<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay –> Go Back
NOTOC WpfDesktopEdition ThinkGeo.MapSuite.WpfDesktopEdition UpdateDocumentation