Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> Represents an overlay object that gets map images from the WMS server you specify.
The <strong>WmsOverlay</strong> gets images from one or more WMS servers that you specify. Usually, you add a WMS server URI to the <strong>ServerUris</strong> collection and the <strong>WmsOverlay</strong> will make a request to that WMS server to get its tile images.
You can also add multiple WMS server URIs to the ServerUris collection. The WmsOverlay will randomly send requests to those WMS servers in a concurrent fashion. This means that the tile images can come from different WMS servers, thus greatly enhancing performance. <strong>Do not</strong> add URIs of differently-configured WMS servers to the ServerUris collection.
*System.Object ThinkGeo.MapSuite.iOSEdition.Overlay *ThinkGeo.MapSuite.iOSEdition.TileOverlay ThinkGeo.MapSuite.iOSEdition.WmsOverlay
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
WmsOverlay | Constructore of WmsOverlay class. | ||
WmsOverlay | Uri | Constructore of WmsOverlay class. | |
WmsOverlay | IEnumerable<Uri> | Constructore of WmsOverlay class. | |
WmsOverlay | IEnumerable<Uri>, WebProxy | Constructore of WmsOverlay class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Close | Overlay | Closes this instance. | |
Dispose | Overlay | Disposes this instance. | |
Draw | MapArguments, OverlayRefreshType | Overlay | This method draws the overlay by the specified arguments. |
Equals | Object | Object | |
GetBoundingBox | Overlay | Gets the bounding box. | |
GetHashCode | Object | ||
GetRequestUris | RectangleShape, UriTileView | This method get request Uri based on requested world extent. | |
GetType | Object | ||
Initialize | MapArguments | Overlay | Initializes the specified map arguments. |
PostTransform | TransformArguments, MapArguments | Overlay | Posts the transform for the overlay. |
Refresh | Overlay | Refreshes this instance. | |
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
CloseCore | Overlay | Closes the core. | |
Dispose | Boolean | Overlay(overriden) | |
DrawCore | MapArguments, OverlayRefreshType | Overlay(overriden) | |
DrawException | GeoCanvas, Exception | Overlay | Draws the exception. |
DrawExceptionCore | GeoCanvas, Exception | Overlay | Draws the exception core. |
DrawTile | TileView, MapArguments | TileOverlay | Redraws a specified tile with the provided world extent. |
DrawTileCore | GeoCanvas, TileView | TileOverlay(overriden) | This method redraws a tile by an extent and geography unit. |
Finalize | Object(overriden) | ||
GetBoundingBoxCore | Overlay | Gets the bounding box core. | |
GetRequestUrisCore | RectangleShape, UriTileView | This method get request Uri based on requested world extent. | |
GetTile | TileOverlay | Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile. | |
GetTileCore | TileOverlay(overriden) | This method gets a specific tile object to form an overlay. | |
GetTileMatrix | Double, Int32, Int32, GeographyUnit | TileOverlay | Gets the tile matrix for TileOverlay. |
GetTileMatrixCells | GeographyUnit, RectangleShape, Double | TileOverlay | Gets the tile matrix cells for TileOverlay. |
InitializeCore | MapArguments | Overlay | Initializes the core. |
MemberwiseClone | Object | ||
OnDrawingException | DrawingExceptionOverlayEventArgs | Overlay | Handles the event. |
OnDrawnException | DrawnExceptionOverlayEventArgs | Overlay | Handles the event. |
OnSendingWebRequest | SendingWebRequestEventArgs | ||
OnSentWebRequest | SentWebRequestEventArgs | ||
PostTransformCore | TransformArguments, MapArguments | Overlay(overriden) | |
RefreshCore | Overlay | Refreshes the core. |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
Attribution | String | Overlay | Gets or sets the attribution. |
AxisOrder | WmsAxisOrder | ||
DrawingExceptionMode | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
DrawingQuality | DrawingQuality | Overlay | Gets or sets the drawing quality. |
IsCacheOnly | Boolean | TileOverlay | Gets or sets a value indicating whether this instance is cache only. |
IsEmpty | Boolean | Overlay | Gets a value indicating whether this instance is empty. |
IsVisible | Boolean | Overlay(overriden) | |
MapArguments | MapArguments | Overlay | Gets or sets the map arguments. |
Name | String | Overlay | Gets or sets the name. |
Opacity | Double | Overlay | Gets or sets the opacity. |
OverlayView | UIView | Overlay | Gets or sets the overlay view. |
Parameters | Dictionary<String,String> | Gets a dictionary whose items will be passed to the WMS server as parameters. | |
Projection | String | Gets or sets a string that will be sent to the WMS server to get the images in the specific projection. | |
ServerUris | Collection<Uri> | Gets a collection of URIs that specifies the locations of the WMS servers. | |
TileCache | BitmapTileCache | TileOverlay | Gets or sets the tile cache. |
TileHeight | Int32 | TileOverlay | Gets or sets the height of the tile. |
TileSnappingMode | TileSnappingMode | TileOverlay | Gets or sets the tile snapping mode. |
TileType | TileType | TileOverlay | Gets and sets the overlay is formed by multiple tiles or single tile. |
TileWidth | Int32 | TileOverlay | Gets or sets the width of the tile. |
TimeoutInSeconds | Int32 | Gets or sets the length of time, in seconds, before the request times out. | |
TransitionEffect | TransitionEffect | TileOverlay | Gets or sets the transition effect. |
WebProxy | WebProxy | This property gets or sets the proxy used for requesting a Web Response. |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
DrawingView | UIView | TileOverlay | Gets or sets the drawing view. |
StretchView | UIView | TileOverlay | Gets or sets the stretch view. |
| Name | Event Arguments | DeclaringType | Summary |
|---|---|---|---|
DrawingException | DrawingExceptionOverlayEventArgs | Overlay | This event raises when exception. |
DrawnException | DrawnExceptionOverlayEventArgs | Overlay | This event raises when exception. |
SendingWebRequest | SendingWebRequestEventArgs | ||
SentWebRequest | SentWebRequestEventArgs |
Constructore of WmsOverlay class.
| Name | Type | Description |
|---|
Constructore of WmsOverlay class.
| Name | Type | Description |
|---|---|---|
| serverUri | Uri<!– System.Uri –> | This parameter indicates a uri for the Wms server. |
Constructore of WmsOverlay class.
| Name | Type | Description |
|---|---|---|
| serverUris | IEnumerable<Uri><!– System.Collections.Generic.IEnumerable{System.Uri} –> | This parameter indicates a collection of uris for the Wms server. |
Constructore of WmsOverlay class.
| Name | Type | Description |
|---|---|---|
| serverUris | IEnumerable<Uri><!– System.Collections.Generic.IEnumerable{System.Uri} –> | This parameter indicates a collection of uris for the Wms server. |
| webProxy | WebProxy<!– System.Net.WebProxy –> | This parameter indicates the web proxy of the request |
Closes this instance.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Disposes this instance.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This method draws the overlay by the specified arguments.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | This parameter indicates an mapArguments to draw the overlay. |
| refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –> | This parameter indicates whether this overlay needs to be refresh or not. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Gets the bounding box.
| Return Type | Description |
|---|---|
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A RectangleShape value for the overlay. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
This method get request Uri based on requested world extent.
| Return Type | Description |
|---|---|
| Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –> |
| Name | Type | Description |
|---|---|---|
| requestExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
| uriTile | UriTileView<!– ThinkGeo.MapSuite.iOSEdition.UriTileView –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Initializes the specified map arguments.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | The map arguments. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Posts the transform for the overlay.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| transformInfo | TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –> | The transform information. |
| mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | The map arguments. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Refreshes this instance.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Closes the core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| isDisposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | |
| refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
Draws the exception.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The geo canvas. |
| exception | Exception<!– System.Exception –> | The exception. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Draws the exception core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The geo canvas. |
| ex | Exception<!– System.Exception –> | The ex. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Redraws a specified tile with the provided world extent.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| tile | TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –> | A Tile object that is created by the GetTile() method to draw. |
| mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | A mapArguments for drawing the passed tile. |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
This method redraws a tile by an extent and geography unit.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| tile | TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –> | A tile which needs to be redrawn. |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object(overriden) –> Go Back
Gets the bounding box core.
| Return Type | Description |
|---|---|
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | RectangleShape. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This method get request Uri based on requested world extent.
| Return Type | Description |
|---|---|
| Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –> |
| Name | Type | Description |
|---|---|---|
| requestExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
| uriTile | UriTileView<!– ThinkGeo.MapSuite.iOSEdition.UriTileView –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile.
| Return Type | Description |
|---|---|
| TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
This method gets a specific tile object to form an overlay.
| Return Type | Description |
|---|---|
| TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –> | A Tile object to form an overlay. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) –> Go Back
Gets the tile matrix for TileOverlay.
| Return Type | Description |
|---|---|
| TileMatrix<!– ThinkGeo.MapSuite.Core.TileMatrix –> | TileMatrix. |
| Name | Type | Description |
|---|---|---|
| scale | Double<!– System.Double –> | The scale. |
| tileWidth | Int32<!– System.Int32 –> | Width of the tile. |
| tileHeight | Int32<!– System.Int32 –> | Height of the tile. |
| boundingBoxUnit | GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> | The bounding box unit. |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets the tile matrix cells for TileOverlay.
| Return Type | Description |
|---|---|
| Collection<TileMatrixCell><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} –> | Collection<TileMatrixCell>. |
| Name | Type | Description |
|---|---|---|
| mapUnit | GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> | The map unit. |
| targetExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | The target extent. |
| targetScale | Double<!– System.Double –> | The target scale. |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Initializes the core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| mapArgument | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | The map argument. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Handles the event.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| args | DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Handles the event.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| args | DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| transformInfo | TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –> | |
| mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
Refreshes the core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the attribution.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type |
|---|
| WmsAxisOrder<!– ThinkGeo.MapSuite.Core.WmsAxisOrder –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
| Return Type |
|---|
| DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the drawing quality.
| Return Type |
|---|
| DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets a value indicating whether this instance is cache only.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets a value indicating whether this instance is empty.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back
Gets or sets the map arguments.
| Return Type |
|---|
| MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the name.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the opacity.
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the overlay view.
| Return Type |
|---|
| UIView<!– MonoTouch.UIKit.UIView –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets a dictionary whose items will be passed to the WMS server as parameters.
| Return Type |
|---|
| Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
Gets or sets a string that will be sent to the WMS server to get the images in the specific projection.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
Gets a collection of URIs that specifies the locations of the WMS servers.
| Return Type |
|---|
| Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
Gets or sets the tile cache.
| Return Type |
|---|
| BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets or sets the height of the tile.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets or sets the tile snapping mode.
| Return Type |
|---|
| TileSnappingMode<!– ThinkGeo.MapSuite.iOSEdition.TileSnappingMode –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets and sets the overlay is formed by multiple tiles or single tile.
| Return Type |
|---|
| TileType<!– ThinkGeo.MapSuite.iOSEdition.TileType –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets or sets the width of the tile.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets or sets the length of time, in seconds, before the request times out.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
Gets or sets the transition effect.
| Return Type |
|---|
| TransitionEffect<!– ThinkGeo.MapSuite.iOSEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
This property gets or sets the proxy used for requesting a Web Response.
| Return Type |
|---|
| WebProxy<!– System.Net.WebProxy –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
Gets or sets the drawing view.
| Return Type |
|---|
| UIView<!– MonoTouch.UIKit.UIView –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
Gets or sets the stretch view.
| Return Type |
|---|
| UIView<!– MonoTouch.UIKit.UIView –> |
<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back
This event raises when exception.
| Event Arguments |
|---|
| DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This event raises when exception.
| Event Arguments |
|---|
| DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Event Arguments |
|---|
| SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
| Event Arguments |
|---|
| SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.WmsOverlay –> Go Back
NOTOC iOSEdition ThinkGeo.MapSuite.iOSEdition UpdateDocumentation
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.