User Tools

Site Tools


thinkgeo.mapsuite.androidedition.openstreetmapoverlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.openstreetmapoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.androidedition.openstreetmapoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay ====== ====== ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents an overlay that requesting images from OpenStreet Map Service. This class represents an overlay that requesting images from OpenStreet Map Service.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.AndroidEdition.Overlay]] +    *ThinkGeo.MapSuite.AndroidEdition.Overlay 
-***[[ThinkGeo.MapSuite.AndroidEdition.TileOverlay]] +      *ThinkGeo.MapSuite.AndroidEdition.TileOverlay 
-****[[ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay]]+        ***ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} OpenStreetMapOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#OpenStreetMapOverlay()|OpenStreetMapOverlay]] ​  ​| ​   |    | This is constructore of OpenStreetMapOverlay. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OpenStreetMapOverlay(GeoWebProxy)|OpenStreetMapOverlay]] ​  | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] ​  ​| ​   | This is constructore of OpenStreetMapOverlay. ​  |+
  
-==== Protected Constructors ​==== +  * //​Initializes a new instance of the  class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} OpenStreetMapOverlay(GeoWebProxy) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​webProxy//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the Close interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method dispose unmanaged resource used in this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(MapArguments,​ OverlayRefreshType)|Draw]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method draws the overlay with the provided extent in world coordinate. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method gets a bounding box of the Overlay. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(MapArguments)|Initialize]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the Open interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostTransform(TransformArguments,​ MapArguments)|PostTransform]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the PostTransform interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.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. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​BufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​BufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​BufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Initialize(MapArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​mapArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //extent//
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Draw(MapArguments,​OverlayRefreshType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​mapArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]
 +    * Description:​N/​A
 +
 +  * //​refreshType//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostTransform(TransformArguments,​MapArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​transformInfo//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]
 +    * Description:​N/​A
 +
 +  * //​mapArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Close() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Open() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} GetTileCore(Context) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(MapArguments,​ OverlayRefreshType)|DrawCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawTile(TileView,​ MapArguments)|DrawTile]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Redraws a specified tile with the provided world extent. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawTileCore(GeoCanvas,​ TileView)|DrawTileCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]](overriden) ​  | This method overrides from its base class TileOverlay. It actually requests image for the passed tile with the passed world extent. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  | This method gets a world extent for holding the entire OpenStreed map.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTile(Context)|GetTile]] ​  | Context ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Get a new tile object to form the TileOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#GetTileCore(Context)|GetTileCore]] ​  | Context ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]](overriden) ​  | This method gets a concrete tile class to form this overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrix(Double,​ Int32, Int32, GeographyUnit)|GetTileMatrix]] ​  | Double, Int32, Int32, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrixCells(MapArguments,​ Double)|GetTileMatrixCells]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ Double ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore(MapArguments)|InitializeCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method raises before the overlay is drawing exception. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method raises after the overlay is drawn exception. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]] ​  | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]] ​  | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This protected virtual method is the Core method of Open API.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PostTransformCore(TransformArguments,​ MapArguments)|PostTransformCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore()|RefreshCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.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. ​  |+
  
-==== Public Properties ==== +  ​* //This method ​gets a concrete tile class to form this overlay.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the attribution for this overlay. ​  | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CustomServerUris|CustomServerUris]] ​  | Collection<​Uri> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  ​This property ​gets and sets the DrawingExceptionMode used when an exception occurs during drawing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the drawingQuality for this overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This property gets if this overlay is empty or not.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayerType|LayerType]] ​  | LayerType ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the LayerType of the Overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the mapArguments for this overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the name of this overaly. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the opacity for this overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ProjectedTileCache|ProjectedTileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ProjectionFromSphericalMercator|ProjectionFromSphericalMercator]] ​  | [[ThinkGeo.MapSuite.Core.Projection|Projection]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileCache|TileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileSnappingMode|TileSnappingMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the tile snapping mode.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileType|TileType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets and sets the overlay is formed by multiple tiles or single tile.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TimeoutInSeconds|TimeoutInSeconds]] ​  | Int32   ​| ​   | Gets or sets the length of time, in seconds, before the request times out.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|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. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WebProxy|WebProxy]] ​  | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] ​  ​| ​   | Gets or sets the WebProxy for using OpenStreet map service. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​SingleTile|SingleTile]] ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the single tile.   |+  * Description:​A concrete Tile object that for requesting images from OpenStreet serverice.
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //context// 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​DrawingException|DrawingException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Occurs before exception is drawing on map.   | +    * Type:Context 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnException|DrawnException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Occurs after exception is drawn on map.   | +    ​* Description:N/A
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SendingWebRequest|SendingWebRequest]] ​  | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] ​  ​| ​   |    | +
-| {{wiki:PublicEvent.gif|Public Event}}[[#​SentWebRequest|SentWebRequest]] ​  | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] ​  ​| ​   |    |+
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== OpenStreetMapOverlay() ==== +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-This is constructore of OpenStreetMapOverlay. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== OpenStreetMapOverlay(GeoWebProxy) ==== +== Remarks ​== 
-This is constructore of OpenStreetMapOverlay. +  ​* //N/A//
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| webProxy ​  | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]<​!-- ThinkGeo.MapSuite.Core.GeoWebProxy --> ​  | This parameter indicates a WebProxy for requesting image from OpenStreet imagery service. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Void 
-===== Public Methods ===== +  * Description:N/A
-==== Close() ==== +
-This method will simulate the Close interaction. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //This method returns the bounding box of the Overlay.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Dispose() ==== +  * //This method ​returns the bounding box of the Overlay.//
-This method ​dispose unmanaged resource used in this class. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  Description:This method returns the bounding box of the Overlay.
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== Draw(MapArguments,​ OverlayRefreshType) ​==== +** {{wiki:​ProtectedMethod.gif|}} DrawTileCore(GeoCanvas,​TileView) **
-This method draws the overlay with the provided extent in world coordinate. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //Redraws a specified tile with the provided world extent.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | +  ​* //N/A//
-| refreshType ​  | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|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 --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Equals(Object) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​geoCanvas//​ 
-| obj   | Object<​!-- System.Object --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter is the canvas object to draw on.
  
-<!-- System.Object --> +  * //tile// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-==== GetBoundingBox() ==== +    * Description:​A Tile object that is created by the GetTile(Context) method ​to draw.
-This method ​gets a bounding box of the Overlay. +
-=== Remarks === +
-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. +<div newline></​div>​ 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  | A RectangleShape indicating the bounding box of this overlay  ​|+
  
-=== Parameters === +  * //This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​geoCanvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //ex// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Exception 
-==== GetType() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetTileMatrix(Double,​Int32,​Int32,​GeographyUnit) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Initialize(MapArguments) ==== +  * //N/A//
-This method initializes overlay object. +
-=== Remarks ​=== +
-This is a wrapper method for the virtual method InitializeCore. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] 
-| mapArguments ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //scale// 
-==== Open() ​==== +    ​* ​Type:Double 
-This method will simulate the Open interaction. +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​tileWidth//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​tileHeight//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== PostTransform(TransformArguments,​ MapArguments) ==== +    ​* Description:​N/​A
-This method will simulate the PostTransform interaction. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​boundingBoxUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-| transformInfo ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  | This parameter maintains the transfrom information for calculating transform. ​  | +    * Description:​N/​A
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs**
-==== Refresh() ==== +
-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. +
-=== Remarks === +
-The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs**
-===== Protected Methods ===== +
-==== CloseCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== Dispose(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| isDisposing ​  | Boolean<​!-- System.Boolean --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawCore(MapArguments,​OverlayRefreshType) ​**
-==== DrawCore(MapArguments,​ OverlayRefreshType) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | +  ​* //N/A//
-| refreshType ​  | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawException(GeoCanvas,​ Exception) ==== +  * Description:N/A
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. +
-=== Remarks === +
-This method can be overriden its logic by rewrite the DrawExceptionCore. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​mapArguments//​ 
-| geoCanvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-| exception ​  | Exception<​!-- System.Exception --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​refreshType//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== +    ​* ​Description:N/A
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawTile(TileView,​MapArguments) **
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  |    | +
-| ex   | Exception<​!-- System.Exception --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DrawTile(TileView,​ MapArguments) ==== +  * //N/A//
-Redraws a specified tile with the provided world extent. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| tile   | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​Tile object that is created by the GetTile(Context) method to draw.   | +  Description:N/A
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //tile// 
-==== DrawTileCore(GeoCanvas,​ TileView) ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-This method overrides from its base class TileOverlay. It actually requests image for the passed tile with the passed world extent. +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​mapArguments//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-| geoCanvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   +    * Description:​N/​A
-| tile   | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​tile object that creating by the GetTileCore method. It's the tile which needs to be draw in this mehtod. ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} PostTransformCore(TransformArguments,​MapArguments**
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetBoundingBoxCore() ==== +  * Description:N/A
-This method gets a world extent for holding the entire OpenStreed map. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​transformInfo//​ 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +  * //​mapArguments//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-==== GetTile(Context) ==== +    * Description:​N/​A
-Get a new tile object to form the TileOverlay. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
-| context ​  | Context<!-- Android.Content.Context --  | Interface to global information about an application environment  ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetTileCore(Context) ==== +  * //N/A//
-This method gets a concrete tile class to form this overlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​concrete Tile object that for requesting images from OpenStreet serverice. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| context ​  | Context<​!-- Android.Content.Context --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​disposing//​ 
-==== GetTileMatrix(Double,​ Int32, Int32, GeographyUnit) ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<​!-- ThinkGeo.MapSuite.Core.TileMatrix --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetTile(Context) **
-| scale   | Double<!-- System.Double --  |    | +
-| tileWidth ​  | Int32<!-- System.Int32 --  |    | +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| boundingBoxUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetTileMatrixCells(MapArguments,​ Double) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-| mapArguments ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | +  * Description:​N/​A
-| targetScale ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //context// 
-==== InitializeCore(MapArguments) ​==== +    ​* ​Type:Context 
-This method initializes overlay object. +    ​* Description:​N/​A
-=== Remarks === +
-When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetTileMatrixCells(MapArguments,Double) **
-| mapArgument ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]>​ 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​mapArguments//​ 
-==== OnDrawingException(DrawingExceptionOverlayEventArgs) ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-This method raises before the overlay is drawing exception. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  |    ​|+
  
-=== Parameters === +  * //​targetScale//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Double 
-| args   | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> ​  | This parameter is the event argument for DrawingException event. ​  |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} EhU=() **
-==== OnDrawnException(DrawnExceptionOverlayEventArgs==== +
-This method raises after the overlay is drawn exception. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> ​  | This parameter is the event argument for DrawingException event. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnSendingWebRequest(SendingWebRequestEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} RefreshCore() **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnSentWebRequest(SentWebRequestEventArgs) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OpenCore() ​==== +** {{wiki:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) **
-This protected virtual method is the Core method of Open API. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== PostTransformCore(TransformArguments,​ MapArguments) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​extent//​ 
-| transformInfo ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-==== RefreshCore() ==== +
-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. +
-=== Remarks === +
-The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-===== Public Properties ===== +  * Description:​N/​A
-==== Attribution ==== +
-Gets or sets the attribution for this overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></div> 
-==== CustomServerUris ​==== +** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) **
-=== Return Value === +
-^ Return Type ^ +
-| Collection<Uri><!-- System.Collections.ObjectModel.Collection{System.Uri--> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingExceptionMode ==== +  * //N/A//
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== DrawingQuality ==== +  * Description:​N/​A
-Gets or sets the drawingQuality for this overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<​!-- ThinkGeo.MapSuite.Core.DrawingQuality --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //​mapArgument//​ 
-==== IsEmpty ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-This property gets if this overlay is empty or not. +    * Description:​N/​A
-=== Remarks === +
-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 Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
-==== IsVisible ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayerType ==== +  * //N/A//
-Gets or sets the LayerType of the Overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| LayerType<​!-- Android.Views.LayerType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== MapArguments ==== +  * Description:​N/​A
-Gets or sets the mapArguments for this overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //​geoCanvas//​ 
-==== Name ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-Gets or sets the name of this overaly. +    * Description:​N/​A
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​exception//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:Exception 
-==== Opacity ==== +    * Description:​N/​A
-Gets or sets the opacity for this overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) **
-==== ProjectedTileCache ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ProjectionFromSphericalMercator ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.Projection|Projection]]<​!-- ThinkGeo.MapSuite.Core.Projection --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== TileCache ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //args// 
-==== TileSnappingMode ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] 
-Gets or sets the tile snapping mode. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]]<!-- ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) **
-==== TileType ==== +
-Gets and sets the overlay is formed by multiple tiles or single tile. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TimeoutInSeconds ==== +  * //N/A//
-Gets or sets the length of time, in seconds, before the request times out. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --+== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-==== TransitionEffect ​==== +  * Description:​N/​A 
-Gets and sets the transition effect of the overlay when zoomingAfter zooming, ​the existing tiles stretch and leave in current viewport. Set to None when its background is transparent+ 
-=== Return Value === +== Parameters == 
-Return Type ^ +  * //args// 
-| [[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]]<​!-- ​ThinkGeo.MapSuite.AndroidEdition.TransitionEffect --> ​  |+    * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ​==== 
 +** {{wiki:​PublicProperty.gif|}} CacheDirectory ** 
 + 
 +  * //This property gets or sets the tile cache directory.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ProjectionFromSphericalMercator ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ProjectedTileCache ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} WebProxy ** 
 + 
 +  * //This property gets or sets the proxy used for requesting a Web Response.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CustomServerUris ** 
 + 
 +  * //​Gets ​the custom server uris.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Collection<​Uri>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} TimeoutInSeconds ** 
 + 
 +  * //Gets or sets the length of time, in seconds, before the request times out.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value =
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileCache ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return ​Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TransitionEffect ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} LayerType ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​LayerType 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileSizeMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileSizeMode|TileSizeMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileSnappingMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileType ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OverlayView ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapLayout|MapLayout]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingQuality ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapArguments ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRefreshRegion ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} /xQ= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} AhU= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} BRU= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} SingleTile ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
-[[#Public Properties|Go Back]] +
-==== WebProxy ==== +
-Gets or sets the WebProxy for using OpenStreet map service. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]<!-- ThinkGeo.MapSuite.Core.GeoWebProxy --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +** {{wiki:​PublicEvent.gif|}} SentWebRequest ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-===== Protected Properties ===== +== Remarks ​== 
-==== SingleTile ==== +  * //N/A//
-Gets or sets the single tile. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== DrawingException ==== +
-Occurs before exception is drawing on map. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} DrawingException ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DrawnException ==== +== Remarks ​== 
-Occurs after exception is drawn on map. +  * //N/A//
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== SendingWebRequest ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawnException ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== SentWebRequest ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​AndroidEdition]] 
-[[Category:​ThinkGeo.MapSuite.AndroidEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.androidedition.openstreetmapoverlay.1440040127.txt.gz · Last modified: 2015/09/21 10:31 (external edit)