User Tools

Site Tools


thinkgeo.mapsuite.androidedition.googlemapstileoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.googlemapstileoverlay [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay ====== 
- 
- 
- 
-<!-- Class --> 
-This class represents the GoogleMapsOverlay which requests images from Google'​s image server by its StaticAPI. 
-=== Remarks === 
-This class represents the GoogleMapsOverlay which requests images from Google'​s image server by its StaticAPI. See <a href="​http://​code.google.com/​apis/​maps/​signup.html">​http://​code.google.com/​apis/​maps/​signup.html</​a>​ for detail. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.AndroidEdition.Overlay]] 
-***[[ThinkGeo.MapSuite.AndroidEdition.TileOverlay]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GoogleMapsTileOverlay()|GoogleMapsTileOverlay]] ​  ​| ​   |    | This is the constructor of the class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GoogleMapsTileOverlay(String,​ String, String)|GoogleMapsTileOverlay]] ​  | String, String, String ​  ​| ​   | This is the constructor the for the class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GoogleMapsTileOverlay(String,​ String, String, GeoWebProxy)|GoogleMapsTileOverlay]] ​  | String, String, String, [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] ​  ​| ​   | This is the constructor the for the class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearCache()|ClearCache]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearCache(String,​ TimeSpan, Double)|ClearCache]] ​  | String, TimeSpan, Double ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the Close interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   |    | Releases the unmanaged resources. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Releases the unmanaged resources. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(MapArguments,​ OverlayRefreshType)|Draw]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method draws the overlay with the provided extent in world coordinate. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method gets a bounding box of the Overlay. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​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}}[[#​Initialize(MapArguments)|Initialize]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the Open interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostTransform(TransformArguments,​ MapArguments)|PostTransform]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the PostTransform interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This protected virtual method is the Core method of Close API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(MapArguments,​ OverlayRefreshType)|DrawCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawTile(TileView,​ MapArguments)|DrawTile]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Redraws a specified tile with the provided world extent. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawTileCore(GeoCanvas,​ TileView)|DrawTileCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]](overriden) ​  | Redraws a specified tile with the provided world extent. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method returns the bounding box of the Overlay. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTile(Context)|GetTile]] ​  | Context ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Get a new tile object to form the TileOverlay. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileCore(Context)|GetTileCore]] ​  | Context ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]](overriden) ​  | This method gets a specific tile object to form an overlay. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrix(Double,​ Int32, Int32, GeographyUnit)|GetTileMatrix]] ​  | Double, Int32, Int32, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrixCells(MapArguments,​ Double)|GetTileMatrixCells]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ Double ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore(MapArguments)|InitializeCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method raises before the overlay is drawing exception. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method raises after the overlay is drawn exception. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]] ​  | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] ​  ​| ​   |    | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]] ​  | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] ​  ​| ​   |    | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This protected virtual method is the Core method of Open API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PostTransformCore(TransformArguments,​ MapArguments)|PostTransformCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore()|RefreshCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. ​  | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the attribution for this overlay. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CacheDirectory|CacheDirectory]] ​  | String ​  ​| ​   | This property gets or sets the tile cache directory. ​  | 
-| {{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 Premier, you 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.AndroidEdition.Overlay|Overlay]] ​  | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the drawingQuality for this overlay. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This property gets if this overlay is empty or not.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayerType|LayerType]] ​  | LayerType ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the LayerType of the Overlay. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the mapArguments for this overlay. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​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.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the name of this overaly. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the opacity for this overlay. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PictureFormat|PictureFormat]] ​  | [[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]] ​  ​| ​   | This property gets or sets the picture format that is returned from the Google service. ​  | 
-| {{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}}[[#​TileCache|TileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]](overriden) ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileExpiration|TileExpiration]] ​  | TimeSpan ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileSnappingMode|TileSnappingMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the tile snapping mode.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileType|TileType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets and sets the overlay is formed by multiple tiles or single tile.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TimeoutInSeconds|TimeoutInSeconds]] ​  | Int32   ​| ​   | Gets or sets a value represents the request timeout from the GoogleMaps server. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WebProxy|WebProxy]] ​  | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] ​  ​| ​   | This property gets or sets the proxy used for requesting a Web Response. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​SingleTile|SingleTile]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the single tile.   | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingException|DrawingException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Occurs before exception is drawing on map.   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnException|DrawnException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Occurs after exception is drawn on map.   | 
-| {{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 ===== 
-==== GoogleMapsTileOverlay() ==== 
-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]] 
-==== GoogleMapsTileOverlay(String,​ String, String) ==== 
-This is the constructor the for the class. 
-=== 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]] 
-==== GoogleMapsTileOverlay(String,​ String, String, GeoWebProxy) ==== 
-This is the constructor the for the class. 
-=== 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 ​  | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]<​!-- ThinkGeo.MapSuite.Core.GeoWebProxy --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== ClearCache() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Methods|Go Back]] 
-==== ClearCache(String,​ TimeSpan, Double) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| cacheFolder ​  | String<​!-- System.String --> ​  ​| ​   | 
-| tileExpiration ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | 
-| maxSizeInMegabytes ​  | Double<​!-- System.Double --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Methods|Go Back]] 
-==== Close() ==== 
-This method will simulate the Close interaction. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Dispose() ==== 
-Releases the unmanaged resources. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Methods|Go Back]] 
-==== Dispose() ==== 
-Releases the unmanaged resources. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Draw(MapArguments,​ OverlayRefreshType) ==== 
-This method draws the overlay with the provided extent in world coordinate. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | 
-| refreshType ​  | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> ​  | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn'​t need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode.   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetBoundingBox() ==== 
-This method gets a bounding box of the Overlay. 
-=== Remarks === 
-This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay. 
- 
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | A RectangleShape indicating the bounding box of this overlay. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetPictureFormatString() ==== 
-This method gets a string that represents the picture format from Google Maps. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  | Returns a string representing the picture format from GoogleMaps. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== Initialize(MapArguments) ==== 
-This method initializes overlay object. 
-=== Remarks === 
-This is a wrapper method for the virtual method InitializeCore. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Open() ==== 
-This method will simulate the Open interaction. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== PostTransform(TransformArguments,​ MapArguments) ==== 
-This method will simulate the PostTransform interaction. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| transformInfo ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  | This parameter maintains the transfrom information for calculating transform. ​  | 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh() ==== 
-This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. 
-=== Remarks === 
-The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== CloseCore() ==== 
-This protected virtual method is the Core method of Close API. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== Dispose(Boolean) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| isDisposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawCore(MapArguments,​ OverlayRefreshType) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | 
-| refreshType ​  | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawException(GeoCanvas,​ Exception) ==== 
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. 
-=== Remarks === 
-This method can be overriden its logic by rewrite the DrawExceptionCore. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | 
-| exception ​  | Exception<​!-- System.Exception --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== 
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | 
-| ex   | Exception<​!-- System.Exception --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawTile(TileView,​ MapArguments) ==== 
-Redraws a specified tile with the provided world extent. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tile   | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  | A Tile object that is created by the GetTile(Context) method to draw.   | 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawTileCore(GeoCanvas,​ TileView) ==== 
-Redraws a specified tile with the provided world extent. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on.   | 
-| tile   | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  | A tile which needs to be redrawn. ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== GetBoundingBoxCore() ==== 
-This method returns the bounding box of the Overlay. 
-=== Remarks === 
-This method returns the bounding box of the Overlay. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This method returns the bounding box of the Overlay. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== GetTile(Context) ==== 
-Get a new tile object to form the TileOverlay. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| context ​  | Context<​!-- Android.Content.Context --> ​  | Interface to global information about an application environment. ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== GetTileCore(Context) ==== 
-This method gets a specific tile object to form an overlay. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  | A Tile object to form an overlay. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| context ​  | Context<​!-- Android.Content.Context --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== GetTileMatrix(Double,​ Int32, Int32, GeographyUnit) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<​!-- ThinkGeo.MapSuite.Core.TileMatrix --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | 
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| boundingBoxUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== GetTileMatrixCells(MapArguments,​ Double) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | 
-| targetScale ​  | Double<​!-- System.Double --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== InitializeCore(MapArguments) ==== 
-This method initializes overlay object. 
-=== Remarks === 
-When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapArgument ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== 
-This method raises before the overlay is drawing exception. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| args   | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> ​  | This parameter is the event argument for DrawingException event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== 
-This method raises after the overlay is drawn exception. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| args   | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> ​  | This parameter is the event argument for DrawingException event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnSendingWebRequest(SendingWebRequestEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnSentWebRequest(SentWebRequestEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OpenCore() ==== 
-This protected virtual method is the Core method of Open API. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== PostTransformCore(TransformArguments,​ MapArguments) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| transformInfo ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  ​| ​   | 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== RefreshCore() ==== 
-This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. 
-=== Remarks === 
-The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== Attribution ==== 
-Gets or sets the attribution for this overlay. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== CacheDirectory ==== 
-This property gets or sets the tile cache directory. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#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. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== DrawingExceptionMode ==== 
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== DrawingQuality ==== 
-Gets or sets the drawingQuality for this overlay. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<​!-- ThinkGeo.MapSuite.Core.DrawingQuality --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsEmpty ==== 
-This property gets if this overlay is empty or not. 
-=== Remarks === 
-This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay. 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsVisible ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> 
-[[#Public Properties|Go Back]] 
-==== LayerType ==== 
-Gets or sets the LayerType of the Overlay. 
-=== Return Value === 
-^ Return Type ^ 
-| LayerType<​!-- Android.Views.LayerType --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== MapArguments ==== 
-Gets or sets the mapArguments for this overlay. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== MapType ==== 
-This property gets or sets the map types available from Google Maps. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]]<​!-- ThinkGeo.MapSuite.Core.GoogleMapsMapType --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== MaxCacheSizeInMegabytes ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== Name ==== 
-Gets or sets the name of this overaly. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
-Gets or sets the opacity for this overlay. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== PictureFormat ==== 
-This property gets or sets the picture format that is returned from the Google service. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]]<​!-- ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== PrivateKey ==== 
-Gets or sets a value that is unique to your client ID, please keep your key secure. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== TileCache ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) --> 
-[[#Public Properties|Go Back]] 
-==== TileExpiration ==== 
-=== Return Value === 
-^ Return Type ^ 
-| TimeSpan<​!-- System.TimeSpan --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== TileSnappingMode ==== 
-Gets or sets the tile snapping mode. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== TileType ==== 
-Gets and sets the overlay is formed by multiple tiles or single tile. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileType --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== TimeoutInSeconds ==== 
-Gets or sets a value represents the request timeout from the GoogleMaps server. 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== TransitionEffect ==== 
-Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransitionEffect --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#Public Properties|Go Back]] 
-==== WebProxy ==== 
-This property gets or sets the proxy used for requesting a Web Response. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]<​!-- ThinkGeo.MapSuite.Core.GeoWebProxy --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-==== SingleTile ==== 
-Gets or sets the single tile. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-==== DrawingException ==== 
-Occurs before exception is drawing on map. 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Events|Go Back]] 
-==== DrawnException ==== 
-Occurs after exception is drawn on map. 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> 
-[[#Public Events|Go Back]] 
-==== SendingWebRequest ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Events|Go Back]] 
-==== SentWebRequest ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay --> 
-[[#Public Events|Go Back]] 
- 
-__NOTOC__ 
-[[Category:​AndroidEdition]] 
-[[Category:​ThinkGeo.MapSuite.AndroidEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.androidedition.googlemapstileoverlay.1440040127.txt.gz ยท Last modified: 2015/09/21 10:29 (external edit)