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.AndroidEdition.Overlay *ThinkGeo.MapSuite.AndroidEdition.TileOverlay ThinkGeo.MapSuite.AndroidEdition.WmsOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Constructore of WmsOverlay class. | ||
![]() | Uri | Constructore of WmsOverlay class. | |
![]() | IEnumerable<Uri> | Constructore of WmsOverlay class. | |
![]() | IEnumerable<Uri>, WebProxy | Constructore of WmsOverlay class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | This method will simulate the Close interaction. | |
![]() | Overlay | This method dispose unmanaged resource used in this class. | |
![]() | MapArguments, 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 | ||
![]() | RectangleShape, TileView | This method get request Uri based on requested world extent. | |
![]() | Object | ||
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | Overlay | This method will simulate the Open interaction. | |
![]() | TransformArguments, MapArguments | Overlay | This method will simulate the PostTransform interaction. |
![]() | 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. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | This protected virtual method is the Core method of Close API. | |
![]() | Boolean | Overlay(overriden) | |
![]() | MapArguments, OverlayRefreshType | Overlay(overriden) | |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | TileView, MapArguments | TileOverlay | Redraws a specified tile with the provided world extent. |
![]() | GeoCanvas, TileView | TileOverlay(overriden) | This method redraws a tile by an extent and geography unit. |
![]() | Object(overriden) | ||
![]() | Overlay | This method returns the bounding box of the Overlay. | |
![]() | RectangleShape, TileView | This method get request Uri based on requested world extent. | |
![]() | Context | TileOverlay | Get a new tile object to form the TileOverlay. |
![]() | Context | TileOverlay | Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile. |
![]() | Double, Int32, Int32, GeographyUnit | TileOverlay | |
![]() | MapArguments, Double | TileOverlay | |
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | Object | ||
![]() | DrawingExceptionOverlayEventArgs | Overlay | This method raises before the overlay is drawing exception. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | This method raises after the overlay is drawn exception. |
![]() | Overlay | This protected virtual method is the Core method of Open API. | |
![]() | TransformArguments, MapArguments | Overlay(overriden) | |
![]() | 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. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | Gets or sets the attribution for this overlay. |
![]() | WmsAxisOrder | ||
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | DrawingQuality | Overlay | Gets or sets the drawingQuality for this overlay. |
![]() | Boolean | Overlay | This property gets if this overlay is empty or not. |
![]() | Boolean | Overlay(overriden) | |
![]() | LayerType | TileOverlay | Gets or sets the LayerType of the Overlay. |
![]() | MapArguments | Overlay | Gets or sets the mapArguments for this overlay. |
![]() | String | Overlay | Gets or sets the name of this overaly. |
![]() | Double | Overlay | Gets or sets the opacity for this overlay. |
![]() | Dictionary<String,String> | Gets a dictionary whose items will be passed to the WMS server as parameters. | |
![]() | String | Gets or sets a string that will be sent to the WMS server to get the images in the specific projection. | |
![]() | Collection<Uri> | Gets a collection of URIs that specifies the locations of the WMS servers. | |
![]() | BitmapTileCache | TileOverlay | Gets and sets a tile cache object for saving the tiles. |
![]() | TileSnappingMode | TileOverlay | Gets or sets the tile snapping mode. |
![]() | TileType | TileOverlay | Gets and sets the overlay is formed by multiple tiles or single 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. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | TileView | TileOverlay | Gets or sets the single tile. |
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
![]() | DrawingExceptionOverlayEventArgs | Overlay | Occurs before exception is drawing on map. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | Occurs after exception is drawn on map. |
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 |
This method will simulate the Close interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method dispose unmanaged resource used in this class.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method draws the overlay with the provided extent in world coordinate.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.Overlay –> Go Back
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.AndroidEdition.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 | TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
<!– ThinkGeo.MapSuite.AndroidEdition.WmsOverlay –> Go Back
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.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the Open interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the PostTransform interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | This parameter maintains the transfrom information for calculating transform. |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This protected virtual method is the Core method of Close API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
isDisposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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 |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
exception | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> 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.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
ex | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.TileView –> | A Tile object that is created by the GetTile(Context) method to draw. |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.TileView –> | A tile which needs to be redrawn. |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
This method returns the bounding box of the Overlay.
This method returns the bounding box of the Overlay.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This method returns the bounding box of the Overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.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 | TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
<!– ThinkGeo.MapSuite.AndroidEdition.WmsOverlay –> Go Back
Get a new tile object to form the TileOverlay.
Return Type | Description |
---|---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
Name | Type | Description |
---|---|---|
context | Context<!– Android.Content.Context –> | Interface to global information about an application environment. |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> 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.AndroidEdition.TileView –> | A tile object to form the TileOverlay. |
Name | Type | Description |
---|---|---|
context | Context<!– Android.Content.Context –> | Interface to global information about an application environment. |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
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.AndroidEdition.TileOverlay –> Go Back
Return Type | Description |
---|---|
Collection<TileMatrixCell><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | |
targetScale | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
This method initializes overlay object.
When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArgument | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method raises before the overlay is drawing exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method raises after the overlay is drawn exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This protected virtual method is the Core method of Open API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> 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.AndroidEdition.Overlay –> Go Back
Gets or sets the attribution for this overlay.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type |
---|
WmsAxisOrder<!– ThinkGeo.MapSuite.Core.WmsAxisOrder –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.Overlay –> Go Back
Gets or sets the drawingQuality for this overlay.
Return Type |
---|
DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.Overlay –> Go Back
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
Gets or sets the LayerType of the Overlay.
Return Type |
---|
LayerType<!– Android.Views.LayerType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Gets or sets the mapArguments for this overlay.
Return Type |
---|
MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the name of this overaly.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the opacity for this overlay.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.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.AndroidEdition.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.AndroidEdition.WmsOverlay –> Go Back
Gets and sets a tile cache object for saving the tiles.
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Gets or sets the tile snapping mode.
Return Type |
---|
TileSnappingMode<!– ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Gets and sets the overlay is formed by multiple tiles or single tile.
Return Type |
---|
TileType<!– ThinkGeo.MapSuite.AndroidEdition.TileType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Gets or sets the length of time, in seconds, before the request times out.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.AndroidEdition.WmsOverlay –> 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.
Return Type |
---|
TransitionEffect<!– ThinkGeo.MapSuite.AndroidEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
This property gets or sets the proxy used for requesting a Web Response.
Return Type |
---|
WebProxy<!– System.Net.WebProxy –> |
<!– ThinkGeo.MapSuite.AndroidEdition.WmsOverlay –> Go Back
Gets or sets the single tile.
Return Type |
---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Occurs before exception is drawing on map.
Event Arguments |
---|
DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Occurs after exception is drawn on map.
Event Arguments |
---|
DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
NOTOC AndroidEdition ThinkGeo.MapSuite.AndroidEdition 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.