====== ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay ======
{{section>upgrade_map_suite_to_10.0}}
This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI.
===== Inheritance Hierarchy =====
*System.Object
*ThinkGeo.MapSuite.WpfDesktopEdition.Overlay
*ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay
***ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay**
===== Members Summary =====
==== Public Constructors ====
** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay() **
Constructor of GoogleMapsOverlay class.
== Remarks ==
N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String) **
Constructor of GoogleMapsOverlay class.
== Remarks ==
This constructor initializes a new layer and assgin a license key.
== Parameters ==
* //clientId//
* Type:String
* Description:The clientId for the GoogleMapsOverlay.
* //privateKey//
* Type:String
* Description:The privateKey for the GoogleMapsOverlay.
** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String) **
N/A
== 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.
** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String,WebProxy) **
N/A
== Remarks ==
N/A
== Parameters ==
* //cacheDirectory//
* Type:String
* Description:N/A
* //clientId//
* Type:String
* Description:N/A
* //privateKey//
* Type:String
* Description:N/A
* //webProxy//
* Type:WebProxy
* Description:N/A
==== Protected Constructors ====
==== Public Methods ====
** {{wiki:PublicMethod.gif|}} GetPictureFormatString() **
This method gets a string that represents the picture format from Google Maps.
== Remarks ==
N/A
== Return Value ==
* Type:String
* Description:Returns a string representing the picture format from GoogleMaps.
== Parameters ==
** {{wiki:PublicMethod.gif|}} GetPictureFormat() **
This method gets a string that represents the picture format from Google Maps.
== Remarks ==
N/A
== Return Value ==
* Type:String
* Description:Returns a string representing the picture format from GoogleMaps.
== Parameters ==
** {{wiki:PublicMethod.gif|}} ClearCache() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} ClearCache(String,TimeSpan,Double) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //cacheFolder//
* Type:String
* Description:N/A
* //expiration//
* Type:TimeSpan
* Description:N/A
* //maxSizeInMegabytes//
* Type:Double
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentToRefresh//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable,TimeSpan) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable,TimeSpan,RequestDrawingBufferTimeType) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
* Description:N/A
* //bufferTime//
* Type:TimeSpan
* Description:N/A
* //bufferTimeType//
* Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //mapArguments//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Close() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Open() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Draw(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayRefreshType) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //refreshType//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} PanTo(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} GetBoundingBox() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} SaveState() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Byte[]
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} LoadState(Byte[]) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //state//
* Type:Byte[]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Dispose() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:String
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //obj//
* Type:Object
* Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Int32
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Type
* Description:N/A
== Parameters ==
==== Protected Methods ====
** {{wiki:ProtectedMethod.gif|}} GetTileCore() **
This method gets a specific tile object to form an overlay.
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]
* Description:A Tile object to form an overlay.
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} DrawTileCore(Tile,RectangleShape) **
This method redraws a tile by an extent and geography unit.
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //tile//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]
* Description:A tile which needs to be redrawn.
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:An extent to be redrawn.
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() **
This method gets an entire boundingbox for Google world map extent.
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:Returns a RectangleShape indicating the extent of the Google world map.
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} SaveStateCore() **
This method saves overlay state to a byte array.
== Remarks ==
N/A
== Return Value ==
* Type:Byte[]
* Description:A byte array indicates current overlay state.
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} LoadStateCore(Byte[]) **
This method restore the overlay state back from the specified state.
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //state//
* Type:Byte[]
* Description:This parameter indicates the state for restore the overlay.
** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GBQ=(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} HBQ=(QhY=) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //clearTilesMode//
* Type:QhY=
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawCore(RectangleShape,OverlayRefreshType) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //overlayRefreshType//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} PrefillDataToTiles(IEnumerable) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //tiles//
* Type:IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]>
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} PrefillDataToTilesCore(IEnumerable) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //tiles//
* Type:IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]>
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} RefreshCore() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnDrawTilesProgressChanged(DrawTilesProgressChangedTileOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingTile(DrawingTileTileOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawnTile(DrawnTileTileOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawTile(Tile,RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //tile//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]
* Description:N/A
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //disposing//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //mapArguments//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetDrawingCells(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Dictionary
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetDrawingCellsCore(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Dictionary
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetTileMatrix(Double,Int32,Int32,GeographyUnit) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]
* Description:N/A
== Parameters ==
* //scale//
* Type:Double
* Description:N/A
* //tileWidth//
* Type:Int32
* Description:N/A
* //tileHeight//
* Type:Int32
* Description:N/A
* //boundingBoxUnit//
* Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
* //e//
* Type:Exception
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
* //e//
* Type:Exception
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionTileOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionTileOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnStartingThread(StartingThreadTileOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.StartingThreadTileOverlayEventArgs|StartingThreadTileOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTileTypeChanged(TileTypeChangedTileOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} IhQ=(RectangleShape,Double) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //resolution//
* Type:Double
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} IxQ=(RectangleShape,Double,Double,Int64,Int64,Int32) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
* //tileScreenWidth//
* Type:Double
* Description:N/A
* //tileScreenHeight//
* Type:Double
* Description:N/A
* //tileColumnIndex//
* Type:Int64
* Description:N/A
* //tileRowIndex//
* Type:Int64
* Description:N/A
* //zoomLevelIndex//
* Type:Int32
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawStretchTiles(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetSortedCells(Dictionary,RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Dictionary
* Description:N/A
== Parameters ==
* //cells//
* Type:Dictionary
* Description:N/A
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetSortedCellsCore(Dictionary,RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Dictionary
* Description:N/A
== Parameters ==
* //cells//
* Type:Dictionary
* Description:N/A
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} 4BM=(IEnumerable) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extentsToRefresh//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //extent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} CloseCore() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OpenCore() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} 4hM=(GeoCanvas) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //canvas//
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} PanToCore(RectangleShape) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //targetExtent//
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //refreshType//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Object
* Description:N/A
== Parameters ==
==== Public Properties ====
** {{wiki:PublicProperty.gif|}} ClientId **
This property gets and sets the clientId for the GoogleMapsOverlay.
== Remarks ==
N/A
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} PrivateKey **
This property gets and sets the privateKey for the GoogleMapsOverlay.
== Remarks ==
N/A
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} MapType **
Gets or sets the map types available from Google Maps.
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]]
** {{wiki:PublicProperty.gif|}} ProjectionFromSphericalMercator **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]]
** {{wiki:PublicProperty.gif|}} ProjectedTileCache **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
** {{wiki:PublicProperty.gif|}} WebProxy **
This property gets or sets the proxy used for requesting a Web Response.
== Remarks ==
N/A
== Return Value ==
* Type:WebProxy
** {{wiki:PublicProperty.gif|}} TimeoutInSeconds **
Gets or sets the length of time, in seconds, before the request times out.
== Remarks ==
N/A
== Return Value ==
* Type:Int32
** {{wiki:PublicProperty.gif|}} TileExpiration **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:TimeSpan
** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Double
** {{wiki:PublicProperty.gif|}} TileCache **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
** {{wiki:PublicProperty.gif|}} IsVisible **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} TileType **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.TileType|TileType]]
** {{wiki:PublicProperty.gif|}} TileWidth **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Int32
** {{wiki:PublicProperty.gif|}} TileHeight **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Int32
** {{wiki:PublicProperty.gif|}} TransitionEffect **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.TransitionEffect|TransitionEffect]]
** {{wiki:PublicProperty.gif|}} ImageFormat **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]]
** {{wiki:PublicProperty.gif|}} JpegQuality **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Int32
** {{wiki:PublicProperty.gif|}} TileBuffer **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Int32
** {{wiki:PublicProperty.gif|}} MaxExtent **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
** {{wiki:PublicProperty.gif|}} WrappingMode **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]]
** {{wiki:PublicProperty.gif|}} WrappingExtent **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:TimeSpan
** {{wiki:PublicProperty.gif|}} Name **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} MapArguments **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]
** {{wiki:PublicProperty.gif|}} OverlayCanvas **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Canvas
** {{wiki:PublicProperty.gif|}} IsBase **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} CanRefreshRegion **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Boolean
** {{wiki:PublicProperty.gif|}} DrawingExceptionMode **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
** {{wiki:PublicProperty.gif|}} Attribution **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} IsEmpty **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Boolean
==== Protected Properties ====
** {{wiki:ProtectedProperty.gif|}} FxQ= **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:aBY=
** {{wiki:ProtectedProperty.gif|}} DrawingCanvas **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Canvas
** {{wiki:ProtectedProperty.gif|}} StretchCanvas **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Canvas
** {{wiki:ProtectedProperty.gif|}} PreviousExtent **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
** {{wiki:ProtectedProperty.gif|}} 3BM= **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Double
** {{wiki:ProtectedProperty.gif|}} IsOverlayInitialized **
N/A
== Remarks ==
N/A
== Return Value ==
* Type:Boolean
==== Public Events ====
** {{wiki:PublicEvent.gif|}} SendingWebRequest **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
** {{wiki:PublicEvent.gif|}} SentWebRequest **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawTilesProgressChanged **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawingTile **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawnTile **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawingException **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawnException **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} TileTypeChanged **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} StartingThread **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.StartingThreadTileOverlayEventArgs|StartingThreadTileOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} Drawing **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} Drawn **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawingAttribution **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
** {{wiki:PublicEvent.gif|}} DrawnAttribution **
N/A
== Remarks ==
N/A
Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]