User Tools

Site Tools


thinkgeo.mapsuite.androidedition.tileoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.tileoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.androidedition.tileoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.TileOverlay ====== ====== ThinkGeo.MapSuite.AndroidEdition.TileOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +Represents an overlay that maintains tiles.
-<!-- Class -->+
 ===== 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.BingMapsTileOverlay]] +        ​*[[ThinkGeo.MapSuite.AndroidEdition.BingMapsTileOverlay]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay]] +        *[[ThinkGeo.MapSuite.AndroidEdition.BingMapsOverlay]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.LayerOverlay]] +        *[[ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay]] +        *[[ThinkGeo.MapSuite.AndroidEdition.GoogleMapsOverlay]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapTileOverlay]] +        *[[ThinkGeo.MapSuite.AndroidEdition.LayerOverlay]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.WmsOverlay]] +        *[[ThinkGeo.MapSuite.AndroidEdition.MapBoxOverlay]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.WorldMapKitOverlay]]+        ​*[[ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapOverlay]] 
 +        *[[ThinkGeo.MapSuite.AndroidEdition.OpenStreetMapTileOverlay]] 
 +        *[[ThinkGeo.MapSuite.AndroidEdition.WmsOverlay]] 
 +        *[[ThinkGeo.MapSuite.AndroidEdition.WorldMapKitOverlay]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} TileOverlay() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#TileOverlay()|TileOverlay]] ​  ​| ​   |    | Represents an overlay that maintains tiles. ​  |+
  
 +  * //​Represents an overlay that maintains tiles.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 ==== 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|}} DrawCore(MapArguments,​OverlayRefreshType) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This protected virtual method is the Core method of Close API.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  | This method dispose unmanaged resource used in this class. ​  | +
-| {{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) ​  | This method draws the InterativeOverlay abstract class. You have to override this API in its sub concrete classes, Or you will see nothing. ​  | +
-| {{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]] ​  ​| ​   | 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]] ​  ​| ​   | Redraws a specified tile with the provided world extent. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method returns the bounding box of the Overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTile(Context)|GetTile]] ​  | Context ​  ​| ​   | Get a new tile object to form the TileOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileCore(Context)|GetTileCore]] ​  | Context ​  ​| ​   | Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrix(Double,​ Int32, Int32, GeographyUnit)|GetTileMatrix]] ​  | Double, Int32, Int32, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrixCells(MapArguments,​ Double)|GetTileMatrixCells]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ Double ​  ​| ​   |    | +
-| {{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}}[[#​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) ​  | This protected virtual method is the Core method of PostTransform API.   | +
-| {{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 draws the InterativeOverlay abstract class. You have to override this API in its sub concrete classes, Or you will see nothing.//​ 
-^ 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. ​  | +  * //This method draws the representation of the overlay ​based on the extent you providedWhen implementing ​this abstract method, consider each feature and its column data valuesYou can use the full power of the GeoCanvas to do the drawingIf you need column data for a feature, be sure to override ​the GetRequiredColumnNamesCore ​and add the columns you need to the collectionIn many of the styleswe add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property ​and add it to the collection.//
-| {{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) ​  | Gets or sets if this overlay is visible. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayerType|LayerType]] ​  | LayerType ​  ​| ​   | 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}}[[#​TileCache|TileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | Gets and sets tile cache object for saving ​the tiles. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileSnappingMode|TileSnappingMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] ​  ​| ​   | Gets or sets the tile snapping mode.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileType|TileType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] ​  ​| ​   | Gets and sets the overlay is formed by multiple tiles or single tile  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] ​  ​| ​   | 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  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​SingleTile|SingleTile]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  ​| ​   | Gets or sets the single tile.   |+  * Description:none
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​mapArguments//​ 
-| {{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:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-| {{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:This parameter maintains current ​map information for calculating mechanism.
  
-===== Public Constructors ===== +  * //​refreshType//​ 
-===== Protected Constructors ===== +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] 
-==== TileOverlay() ==== +    * Description:​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.
-Represents an overlay ​that maintains ​tiles. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#​Protected Constructors|Go Back]] +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​ProtectedMethod.gif|}} DrawTile(TileView,​MapArguments**
-==== Close() ==== +
-This method will simulate the Close interaction. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //Redraws a specified tile with the provided world extent.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Dispose() ==== +  * Description:N/A
-This method dispose unmanaged resource used in this class. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //tile// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
 +    * Description:A Tile object that is created by the GetTile(Context) method to draw.
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​mapArguments//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-==== Draw(MapArguments,​ OverlayRefreshType) ==== +    * Description:​This parameter maintains current map information for calculating mechanism.
-This method draws the overlay with the provided extent in world coordinate. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawTileCore(GeoCanvas,TileView) **
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --  | This parameter maintains current map information for calculating mechanism. ​  | +
-| refreshType ​  | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> ​  | This parameter indicates whether the elements of this overlay needs to be refreshed. For exampleTileOverlay 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 --> +  * //Redraws a specified tile with the provided world extent.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​geoCanvas//​ 
-==== GetBoundingBox() ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-This method gets a bounding box of the Overlay. +    * Description:​This parameter ​is the canvas object to draw on.
-=== 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. +  * //tile// 
-=== Return Value === +    ​* ​Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-^ Return ​Type ^ Description ^ +    * Description:​Tile object that is created by the GetTile(Context) method to draw.
-[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​RectangleShape indicating ​the bounding box of this overlay  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} PostTransformCore(TransformArguments,​MapArguments) **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //This protected virtual method is the Core method of PostTransform API.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​transformInfo//​ 
-==== GetType() ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] 
-=== Return Value === +    * Description:​This parameter maintains the transfrom information for calculating transform.
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  |    ​|+
  
-=== Parameters === +  * //​mapArguments//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
 +    * Description:This parameter maintains current map information for calculating mechanism.
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean**
-==== Initialize(MapArguments==== +
-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 === +  * //This method dispose unmanaged resource used in this class.// 
- 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//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Open() ==== +  * Description:N/A
-This method will simulate the Open interaction. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​disposing//​ 
 +    * Type:Boolean 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTile(Context**
-==== PostTransform(TransformArguments,​ MapArguments==== +
-This method will simulate the PostTransform interaction. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //Get a new tile object to form the TileOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| transformInfo ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  | This parameter maintains the transfrom information for calculating transform. ​  | +  ​* //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 --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-==== Refresh() ==== +  ​* ​Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​context//​ 
 +    * Type:Context 
 +    * Description:Interface to global information about an application environment.
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTileCore(Context**
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-===== Protected Methods ===== +  * Description:A tile object to form the TileOverlay.
-==== CloseCore() ==== +
-This protected virtual method is the Core method of Close API. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​context//​ 
 +    * Type:Context 
 +    * Description:Interface to global information about an application environment.
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTileMatrix(Double,​Int32,​Int32,​GeographyUnit**
-==== Dispose(Boolean==== +
-This method dispose unmanaged resource used in this class. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| isDisposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] 
-==== DrawCore(MapArguments,​ OverlayRefreshType) ==== +  * Description:​N/​A
-This method draws the InterativeOverlay abstract class. You have to override this API in its sub concrete classes, Or you will see nothing. +
-=== Remarks === +
-This method draws the representation of the overlay based on the extent you provided.+
  
-When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection. +== Parameters ​== 
-=== Return Value === +  * //scale// 
-^ Return ​Type ^ Description ^ +    * Type:Double 
-| Void<!-- System.Void --> ​  ​| ​   |+    ​* Description:​N/​A
  
-=== Parameters === +  * //​tileWidth//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Int32 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | +    * Description: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(overriden) --> +  * //​tileHeight//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== 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 === +  * //​boundingBoxUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-| geoCanvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +    ​* Description:​N/​A
-| exception ​  | Exception<​!-- System.Exception --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTileMatrixCells(MapArguments,Double**
-==== DrawExceptionCore(GeoCanvasException==== +
-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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +  ​* //N/A//
-| ex   | Exception<​!-- System.Exception --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:​Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> 
-==== DrawTile(TileView,​ MapArguments) ==== +  ​* ​Description:N/A
-Redraws a specified tile with the provided world extent. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​mapArguments//​ 
-| tile   | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  | A Tile object that is created by the GetTile(Context) method to draw.   | +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-| 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.TileOverlay --> +  * //​targetScale//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Double 
-==== DrawTileCore(GeoCanvas,​ TileView) ==== +    ​* Description:​N/​A
-Redraws a specified tile with the provided world extent. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} EhU=() **
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  | This parameter is the canvas object to draw on.   | +
-| tile   | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  | A Tile object that is created by the GetTile(Contextmethod to draw.   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== Finalize() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== GetBoundingBoxCore() ​==== +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
-This method returns the bounding box of the Overlay. +
-=== Remarks === +
-This method returns the bounding box of the Overlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  | This method returns the bounding box of the Overlay  ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== 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 ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| context ​  | Context<!-- Android.Content.Context --  | Interface to global information about an application environment  ​|+** {{wiki:​ProtectedMethod.gif|}} RefreshCore() **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetTileCore(Context) ==== +  * //N/A//
-Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​tile object to form the TileOverlay. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| context ​  | Context<​!-- Android.Content.Context --> ​  | Interface to global information about an application environment. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== GetTileMatrix(Double,​ Int32, Int32, GeographyUnit) ​==== +** {{wiki:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<​!-- ThinkGeo.MapSuite.Core.TileMatrix --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +  ​* //N/A//
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| boundingBoxUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetTileMatrixCells(MapArguments,​ Double) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​extent//​ 
-| mapArguments ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| targetScale ​  | Double<​!-- System.Double --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-==== InitializeCore(MapArguments==== +
-This method initializes overlay object. +
-=== 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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| mapArgument ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== +  * //N/A//
-This method raises before the overlay is drawing exception. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| 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 --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OnDrawnException(DrawnExceptionOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) **
-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 
-==== OpenCore() ==== +  * Description:N/A
-This protected virtual method is the Core method of Open API. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​mapArgument//​ 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception**
-==== PostTransformCore(TransformArgumentsMapArguments==== +
-This protected virtual method is the Core method of PostTransform API. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| transformInfo ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  | This parameter maintains the transfrom information for calculating transform. ​  | +  ​* //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(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== RefreshCore() ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​geoCanvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​exception//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Exception 
-===== 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 --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
-==== DrawingExceptionMode ==== +
-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 --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingQuality ==== +  * //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 --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== IsEmpty ==== +  * Description:​N/​A
-This property gets if this overlay is empty or not. +
-=== 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 --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //​geoCanvas//​ 
-==== IsVisible ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-Gets or sets if this overlay is visible. +    * Description:​N/​A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +  * //ex// 
-[[#Public Properties|Go Back]] +    ​* ​Type:Exception 
-==== LayerType ==== +    * Description:​N/​A
-Gets or sets the LayerType of the Overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| LayerType<​!-- Android.Views.LayerType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) **
-==== MapArguments ==== +
-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 --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Name ==== +  * //N/A//
-Gets or sets the name of this overaly. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Opacity ==== +  * Description:​N/​A
-Gets or sets the opacity for this overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //args// 
-==== TileCache ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] 
-Gets and sets a tile cache object for saving the tiles. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) **
-==== TileSnappingMode ==== +
-Gets or sets the tile snapping mode. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TileType ==== +  * //N/A//
-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 --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== TransitionEffect ==== +  * Description:​N/​A
-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 Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransitionEffect --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.TileOverlay --+== Parameters == 
-[[#Public Properties|Go Back]] +  * //args// 
-===== Protected Properties ​===== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] 
-==== SingleTile ​==== +    * Description:​N/​A 
-Gets or sets the single tile. + 
-=== Return Value === +<div newline></​div
-Return Type ^ +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ​ThinkGeo.MapSuite.AndroidEdition.TileView ​--> ​  |+ 
 +  * //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>​ 
 +** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} ExU=(Double,​ZoomLevelSet) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //scale// 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​zoomLevelSet//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +==== Public Properties ​==== 
 +** {{wiki:​PublicProperty.gif|}} TransitionEffect ** 
 + 
 +  * //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.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} LayerType ** 
 + 
 +  * //Gets or sets the LayerType of the Overlay.// 
 +== 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|}} TileCache ** 
 + 
 +  * //Gets and sets a tile cache object for saving the tiles.// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileSnappingMode ** 
 + 
 +  * //Gets or sets the tile snapping mode.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileType ** 
 + 
 +  * //Gets and sets the overlay is formed by multiple tiles or single tile.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value =
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +  * //Gets or sets if this overlay is visible.//​ 
 +== 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 ** 
 + 
 +  * //Gets or sets the single tile.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} DrawingException ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]
-[[#​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|}} DrawnException ​** 
-[[#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.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​AndroidEdition]] 
-[[Category:​ThinkGeo.MapSuite.AndroidEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.androidedition.tileoverlay.1440040127.txt.gz · Last modified: 2015/09/21 10:32 (external edit)