User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.googlemapsoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.googlemapsoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.desktopedition.googlemapsoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay ====== ====== ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents the Overlay used to display a Google Map. This class represents the Overlay used to display a Google Map.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.DesktopEdition.Overlay]] +    *ThinkGeo.MapSuite.DesktopEdition.Overlay 
-***[[ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay]]+      ***ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GoogleMapsOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GoogleMapsOverlay()|GoogleMapsOverlay]] ​  ​| ​   |    | This is the constructor of the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GoogleMapsOverlay(String,​ String, String)|GoogleMapsOverlay]] ​  | String, String, String ​  ​| ​   | This is the constructor the for the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GoogleMapsOverlay(String,​ String, String, WebProxy)|GoogleMapsOverlay]] ​  | String, String, String, WebProxy ​  ​| ​   | This is the constructor the for the class. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the constructor of the class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //If you use this constructor,​ you have to set the properties manually before use, otherwise it will use their default values.// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GoogleMapsOverlay(String,​String,​String) **
  
 +  * //This is the constructor the for the class.//
 +== Remarks ==
 +  * //This constructor initializes a new layer and assgin a license key.//
 +== Parameters ==
 +  * //​cacheDirectory//​
 +    * Type:String
 +    * Description:​The cacheDirectory for the GoogleMapsOverlay.
 +
 +  * //​clientId//​
 +    * Type:String
 +    * Description:​The clientId for the GoogleMapsOverlay.
 +
 +  * //​privateKey//​
 +    * Type:String
 +    * Description:​The privateKey for the GoogleMapsOverlay.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GoogleMapsOverlay(String,​String,​String,​WebProxy) **
 +
 +  * //This is the constructor the for the class.//
 +== Remarks ==
 +  * //This constructor initializes a new layer and assgin a license key.//
 +== Parameters ==
 +  * //​cacheDirectory//​
 +    * Type:String
 +    * Description:​The cacheDirectory for the GoogleMapsOverlay.
 +
 +  * //​clientId//​
 +    * Type:String
 +    * Description:​The clientId for the GoogleMapsOverlay.
 +
 +  * //​privateKey//​
 +    * Type:String
 +    * Description:​The privateKey for the GoogleMapsOverlay.
 +
 +  * //​webProxy//​
 +    * Type:​WebProxy
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetPictureFormatString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   |    | Releases the unmanaged resources. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(GeoCanvas)|Draw]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method draws the Overlay. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawPreview(GeoCanvas)|DrawPreview]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method will be used to draw preview tiles to the canvas. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetPictureFormatString()|GetPictureFormatString]] ​  ​| ​   |    | This method gets a string that represents the picture format from Google Maps.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(GeoCanvas,​ RectangleShape)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan, RequestDrawingBufferTimeType)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​ TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​ TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(TimeSpan,​ RequestDrawingBufferTimeType)|RequestDrawing]] ​  | TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(TimeSpan)|RequestDrawing]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>​)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing()|RequestDrawing]] ​  ​| ​   | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape,​ TimeSpan)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //This method gets a string that represents the picture format from Google Maps.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetPictureFormatString.28.29//​
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​Returns a string representing the picture format from GoogleMaps.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
 +
 +  * //Releases the unmanaged resources.//​
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Dispose.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClearCache() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ClearCache.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClearCache(String,​TimeSpan,​Double) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ClearCache.28String.2C_TimeSpan.2C_Double.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​cacheFolder//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​tileExpiration//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​maxSizeInMegabytes//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(GeoCanvas,​RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​N/​A
 +
 +  * //extent//
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DrawPreview(GeoCanvas) **
 +
 +  * //This method will be used to draw preview tiles to the canvas.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawPreview.28GeoCanvas.29//​
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]
 +  * Description:​The tile existing type, which indicates whether any tiles exist.
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​This parameter is the canvas object to draw on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) **
 +
 +  * //This method draws the Overlay.//
 +== Remarks ==
 +  * //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​This parameter is the canvas object to draw on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== 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|}} RequestDrawing(TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== 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|}} RequestDrawing(RectangleShape,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== 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|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== 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|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== 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|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== 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|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ToString.28.29//​
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Equals.28Object.29//​
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetHashCode.28.29//​
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetType.28.29//​
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#DrawCore(GeoCanvas)|DrawCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]](overriden) ​  | This method draws the GoogleMapsOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method will draw on the canvas when an exception occurs during the drawing process. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method is the Core method of DrawException,​ which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawPreviewCore(GeoCanvas)|DrawPreviewCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This is the core method of DrawPreview which is intended to be overridden by its concrete sub class. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawing(DrawingOverlayEventArgs)|OnDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This event will be fired before Overlay is drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawn(DrawnOverlayEventArgs)|OnDrawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This event will be fired after Overlay is drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestedDrawing(RequestedDrawingOverlayEventArgs)|OnRequestedDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestingDrawing(RequestingDrawingOverlayEventArgs)|OnRequestingDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{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}}[[#​RefreshCore(GeoCanvas,​ RectangleShape)|RefreshCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   |+
  
-==== Public Properties ==== +  * //This method draws the GoogleMapsOverlay.//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +  * //This method draws the representation ​of the overlay based on the extent ​you provided. When implementing this abstract methodconsider each feature ​and its column data valuesYou 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 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}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClientId|ClientId]] ​  | String ​  ​| ​   | Gets or sets a value to access ​the special features ​of Google Maps API Premier, ​you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premieryou will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingTime|DrawingTime]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets the last drawing time for the Overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBase|IsBase]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether ​the overlay is a base overlay. The default value is false. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property can be overridden by its base class. If it is not overriddenits default return value will be false. If this property is empty, we can skip drawing ​to achieve better performance. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether ​the overlay is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Lock|Lock]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets the OverlayLock object  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapType|MapType]] ​  | [[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] ​  ​| ​   | This property gets or sets the map types available from Google Maps.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaxCacheSizeInMegabytes|MaxCacheSizeInMegabytes]] ​  | Double ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | Gets or sets the name of the overlaywhich can be used to represent a specific overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PreviewTileCache|PreviewTileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets or sets the preview tile cache system. In order for this system ​to workyou must be in multi-threaded mode and have the tile cache set.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PrivateKey|PrivateKey]] ​  | String ​  ​| ​   | Gets or sets a value that is unique ​to your client ID, please keep your key secure. ​  | +
-| {{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.DesktopEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileExpiration|TileExpiration]] ​  | TimeSpan ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileMode|TileMode]] ​  | [[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TimeoutInSeconds|TimeoutInSeconds]] ​  | Int32   ​| ​   | Gets or sets a value represents ​the request timeout from the GoogleMaps server  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WebProxy|WebProxy]] ​  | WebProxy ​  ​| ​   | This property gets or sets the proxy used for requesting a Web Response. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:Void 
 +  * Description:​N/​A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //canvas// 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Drawing|Drawing]] ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]   | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This event will be fired before the Overlay is drawn. ​  | +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   +    ​* Description:This parameter is the canvas object or a GeoImage to draw on.
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Drawn|Drawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​This event will be fired after the Overlay is drawn  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestedDrawing|RequestedDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestingDrawing|RequestingDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{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>​ 
-==== GoogleMapsOverlay() ==== +** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs**
-This is the constructor of the class. +
-=== Remarks === +
-If you use this constructor,​ you have to set the properties manually before use, otherwise it will use their default values. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== GoogleMapsOverlay(String,​ String, String) ==== +== Remarks ​== 
-This is the constructor ​the for the class. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29//
-=== Remarks === +
-This constructor initializes a new layer and assgin a license key. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| cacheDirectory ​  | String<​!-- System.String --> ​  | The cacheDirectory for the GoogleMapsOverlay  | +
-| clientId ​  | String<​!-- System.String --> ​  | The clientId for the GoogleMapsOverlay. ​  | +
-| privateKey ​  | String<​!-- System.String --> ​  | The privateKey for the GoogleMapsOverlay. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== GoogleMapsOverlay(String,​ String, String, WebProxy) ​==== +  ​Type:Void 
-This is the constructor the for the class. +  Description:N/A
-=== Remarks === +
-This constructor initializes a new layer and assgin a license key. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​+
-| cacheDirectory ​  | String<​!-- System.String --> ​  | The cacheDirectory for the GoogleMapsOverlay. ​  | +
-| clientId ​  | String<​!-- System.String --> ​  | The clientId for the GoogleMapsOverlay. ​  | +
-| privateKey ​  | String<​!-- System.String --> ​  | The privateKey for the GoogleMapsOverlay. ​  | +
-| webProxy ​  | WebProxy<​!-- System.Net.WebProxy --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  ​* ​//e// 
-===== Public Methods ===== +    * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] 
-==== Dispose() ==== +    ​* ​Description:N/A
-Releases the unmanaged resources. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Draw(GeoCanvas) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29//​
-This method draws the Overlay. +
-=== Remarks ​=== +
-This method is the concrete wrapper ​for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided.As ​this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== DrawPreview(GeoCanvas) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] 
-This method will be used to draw preview tiles to the canvas. +    * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawPreview.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawPreview.28GeoCanvas.29<​/a> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]<!-- ThinkGeo.MapSuite.DesktopEdition.TilesExistingType --> ​  | The tile existing type, which indicates whether any tiles exist. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  | This parameter is the canvas object to draw on  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired before Overlay is drawn.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Equals(Object) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Equals.28Object.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Equals.28Object.29</​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]] +  ​* ​//e// 
-==== GetHashCode() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The OverlayDrawingEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
  
-<!-- System.Object --> +  * //This event will be fired after Overlay is drawn.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetPictureFormatString() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29//
-This method gets a string that represents the picture format from Google Maps+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetPictureFormatString.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetPictureFormatString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  | Returns a string representing the picture format from GoogleMaps. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== GetType() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The OverlayDrawnEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} RefreshCore(GeoCanvas,​RectangleShape) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Refresh(GeoCanvas,​ RectangleShape) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +  Description:N/A
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-==== RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan, RequestDrawingBufferTimeType) ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-=== Remarks === +    * Description:N/A
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //extent// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | +    ​* Description:​N/​A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) **
-==== RequestDrawing(IEnumerable<RectangleShape>, TimeSpan) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawPreviewCore.28GeoCanvas.29//​
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] 
-==== RequestDrawing(TimeSpanRequestDrawingBufferTimeType) ==== +  * Description:​The tile existing typewhich indicates whether any tiles exist.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //canvas// 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   +    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-| bufferTimeType ​  ​| ​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+    * Description:​This parameter is the canvas object to draw on.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} sBM=(GeoCanvas) **
-==== RequestDrawing(TimeSpan) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RequestDrawing(IEnumerable<​RectangleShape>​) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
-==== RequestDrawing(RectangleShape) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawAttributionCore.28GeoCanvas.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RequestDrawing() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
-==== RequestDrawing(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ​ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RequestDrawing(RectangleShape,​ TimeSpan) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| extentToRefresh ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
-==== ToString() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ToString.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-===== Protected Methods ===== +  * Description:N/A
-==== DrawAttributionCore(GeoCanvas) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception**
-==== DrawCore(GeoCanvas) ​==== +
-This method draws the GoogleMapsOverlay. +
-=== 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. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method will draw on the canvas when an exception occurs during the drawing process.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object or a GeoImage to draw on.   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawException.28GeoCanvas.2C_Exception.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawException(GeoCanvas,​ Exception) ==== +  * Description:N/A
-This method will draw on the canvas when an exception occurs during the drawing process. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawException.28GeoCanvas.2C_Exception.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawException.28GeoCanvas.2C_Exception.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​This parameter is the canvas object to draw on.   | +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-| e   | Exception<​!-- System.Exception --> ​  | This parameter is the exception that is occurring. ​  |+    * Description:​This parameter is the canvas object to draw on.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //e// 
-[[#​Protected Methods|Go Back]] +    * Type:Exception 
-==== DrawExceptionCore(GeoCanvas, ​Exception) ==== +    * Description:​This parameter ​is the exception ​that is occurring.
-This method ​is the Core method of DrawException,​ which can be overridden if you want to change its logic. This method will draw on the canvas when an exception ​occurs during drawing process. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  | This parameter is the canvas object to draw on.   | +
-| e   | Exception<!-- System.Exception --  | This parameter is the exception that is occurring  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This method ​is the Core method of DrawException, ​which can be overridden ​if you want to change ​its logicThis method will draw on the canvas when an exception occurs during drawing process.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawPreviewCore(GeoCanvas) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29//
-This is the core method of DrawPreview ​which is intended to be overridden ​by its concrete sub class+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawPreviewCore.28GeoCanvas.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawPreviewCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]<​!-- ThinkGeo.MapSuite.DesktopEdition.TilesExistingType --> ​  | The tile existing type, which indicates whether any tiles exist. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//canvas// 
-==== Finalize() ​==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-=== Remarks === +    ​* ​Description:This parameter is the canvas object to draw on.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //e// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​Exception 
 +    * Description:This parameter is the exception that is occurring.
  
-<!-- System.Object --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) **
-==== MemberwiseClone() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MemberwiseClone.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here://
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawing(DrawingOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired before Overlay is drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​eventArgs//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --> ​  | The OverlayDrawingEventArgs passed for the event raised. ​  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) **
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here://
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawn(DrawnOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired after Overlay is drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​eventArgs//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --> ​  | The OverlayDrawnEventArgs passed for the event raised. ​  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} Finalize() **
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Finalize.28.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| eventArgs ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MemberwiseClone.28.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Object 
-| eventArgs ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnSendingWebRequest(SendingWebRequestEventArgs) ​==== +==== Public Properties ==== 
-=== Remarks === +** {{wiki:​PublicProperty.gif|}} TileMode **
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   ​| ​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> ​  ​| ​   |+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TileMode//​ 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]]
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +** {{wiki:PublicProperty.gif|}} TimeoutInSeconds **
-[[#​Protected Methods|Go Back]] +
-==== OnSentWebRequest(SentWebRequestEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //Gets or sets a value represents the request timeout from the GoogleMaps server.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ​ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TimeoutInSeconds//​ 
 +== Return Value == 
 +  * Type:Int32
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +** {{wiki:PublicProperty.gif|}} MapType **
-[[#​Protected Methods|Go Back]] +
-==== RefreshCore(GeoCanvas,​ RectangleShape) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This property gets or sets the map types available from Google Maps.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ​ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MapType//​ 
-| extent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]]
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} ClientId **
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== Attribution ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or servicesWhen registering for Google Maps API Premier, you will receive this client ID from Google Enterprise SupportAll client IDs begin with a gme- prefix.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== AutoRefreshInterval ==== +  * //For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ClientId/​
-=== Remarks ​=== +== Return Value == 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +  ​* ​Type:String
-=== Return Value === +
-^ Return ​Type +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} PrivateKey **
-[[#Public Properties|Go Back]] +
-==== ClientId ==== +
-Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ClientId"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ClientId</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +  * //Gets or sets a value that is unique to your client ID, please keep your key secure.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== DrawingExceptionMode ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PrivateKey// 
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawingExceptionMode"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawingExceptionMode</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} WebProxy **
-[[#Public Properties|Go Back]] +
-==== DrawingTime ==== +
-This property gets the last drawing time for the Overlay. +
-=== Remarks === +
-We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays. +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This property gets or sets the proxy used for requesting ​Web Response.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsBase ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29/
-Gets or sets a value that indicates whether ​the overlay is base overlay. The default value is false+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:WebProxy
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsBase"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsBase<​/a> +
-=== Return Value === +
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} TileCache **
-[[#Public Properties|Go Back]] +
-==== IsEmpty ==== +
-This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsEmpty"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsEmpty</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsVisible ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PreviewTileCache// 
-Gets or sets a value that indicates whether the overlay is visible on the map. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsVisible"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsVisible</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} ProjectionFromSphericalMercator **
-[[#Public Properties|Go Back]] +
-==== Lock ==== +
-This property gets the OverlayLock object. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Lock"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Lock</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlayLock --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== MapType ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ProjectionFromSphericalMercator// 
-This property gets or sets the map types available from Google Maps. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MapType"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MapType</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]]<!-- ThinkGeo.MapSuite.Core.GoogleMapsMapType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +** {{wiki:PublicProperty.gif|}} ProjectedTileCache **
-[[#Public Properties|Go Back]] +
-==== MaxCacheSizeInMegabytes ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MaxCacheSizeInMegabytes"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MaxCacheSizeInMegabytes</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Name ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ProjectedTileCache// 
-Gets or sets the name of the overlay, which can be used to represent a specific overlay. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Name" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Name</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} TileExpiration **
-[[#Public Properties|Go Back]] +
-==== PreviewTileCache ==== +
-This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PreviewTileCache"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PreviewTileCache</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== PrivateKey ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TileExpiration// 
-Gets or sets a value that is unique to your client ID, please keep your key secure. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:TimeSpan
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PrivateKey"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PrivateKey</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay ​--> +** {{wiki:​PublicProperty.gif|}} MaxCacheSizeInMegabytes ** 
-[[#Public Properties|Go Back]] + 
-==== ProjectedTileCache ​==== +  * //N/A// 
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ProjectedTileCache"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ProjectedTileCache<​/a> +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​MaxCacheSizeInMegabytes//​ 
-=== Return Value === +== Return Value == 
-Return Type ^ +  * Type:​Double 
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ​ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawAttributionCore.28GeoCanvas.29//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Lock ** 
 + 
 +  * //This property gets the OverlayLock object.// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Lock//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsBase ** 
 + 
 +  * //Gets or sets value that indicates whether the overlay is a base overlay. The default value is false.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsBase// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +  * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​DrawingExceptionMode/
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +  * //Gets or sets value that indicates whether the overlay is visible on the map.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsVisible//​ 
 +== Return Value =
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +  * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.//​ 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​Name//​ 
 +== Return ​Value == 
 +  * Type:String 
 + 
 +** {{wiki:​PublicProperty.gif|}} PreviewTileCache ** 
 + 
 +  * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PreviewTileCache//​ 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty ** 
 + 
 +  * //This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​IsEmpty//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingTime ** 
 + 
 +  * //This property gets the last drawing time for the Overlay.//​ 
 +== Remarks == 
 +  * //We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.//​ 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:// 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} rxM= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
-[[#Public Properties|Go Back]] +
-==== ProjectionFromSphericalMercator ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ProjectionFromSphericalMercator"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​ProjectionFromSphericalMercator</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.Projection|Projection]]<!-- ThinkGeo.MapSuite.Core.Projection --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +** {{wiki:​PublicEvent.gif|}} SentWebRequest ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== TileCache ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PreviewTileCache"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​PreviewTileCache</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
-[[#Public Properties|Go Back]] +
-==== TileExpiration ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TileExpiration"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TileExpiration</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +** {{wiki:​PublicEvent.gif|}} Drawing ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before the Overlay is drawn.// 
-==== TileMode ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TileMode"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TileMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]]<​!-- ThinkGeo.MapSuite.Core.GoogleMapsTileMode --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== TimeoutInSeconds ==== +
-Gets or sets a value represents the request timeout from the GoogleMaps server. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TimeoutInSeconds"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​TimeoutInSeconds</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +** {{wiki:​PublicEvent.gif|}} Drawn ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after the Overlay is drawn.// 
-==== WebProxy ==== +== Remarks == 
-This property gets or sets the proxy used for requesting a Web Response+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| WebProxy<​!-- System.Net.WebProxy --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-===== Public Events ===== +
-==== Drawing ==== +
-This event will be fired before the Overlay is drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ​** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DrawingAttribution ​==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== Drawn ==== +
-This event will be fired after the Overlay is drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ​** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DrawnAttribution ​==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== RequestedDrawing ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} RequestedDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== RequestingDrawing ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here://
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== SendingWebRequest ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSendingWebRequest.28SendingWebRequestEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== SentWebRequest ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here://
-For the most updated Info for this topic, please check it here:<a href="​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#​OnSentWebRequest.28SentWebRequestEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​DesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.desktopedition.googlemapsoverlay.1440040130.txt.gz · Last modified: 2015/09/18 03:02 (external edit)