Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class represents the Overlay used to display a Google Map.
GoogleMapsOverlay(String,String,String,WebProxy)
Refresh(GeoCanvas,RectangleShape)
RequestDrawing(RectangleShape,TimeSpan)
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
OnSendingWebRequest(SendingWebRequestEventArgs)
OnDrawing(DrawingOverlayEventArgs)
OnDrawn(DrawnOverlayEventArgs)
RefreshCore(GeoCanvas,RectangleShape)
DrawException(GeoCanvas,Exception)
DrawExceptionCore(GeoCanvas,Exception)
OnRequestedDrawing(RequestedDrawingOverlayEventArgs)
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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#TimeoutInSeconds//
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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ClientId//
WebProxy
* This property gets or sets the proxy used for requesting a Web Response.
== Remarks ==
* 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//
ProjectionFromSphericalMercator
* N/A
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#ProjectionFromSphericalMercator//
TileExpiration
* N/A
== Remarks ==
* For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay#TileExpiration//
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//
IsBase
* Gets or sets a 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//
IsVisible
* Gets or sets a 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//
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//
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
AutoRefreshInterval
* N/A
== Remarks ==
* For the most updated Info for this topic, please check it here:
== Return Value ==
* Type:TimeSpan
==== Protected Properties ====
rxM=
* N/A
== Remarks ==
* N/A
== Return Value ==
* Type:BitmapTile
==== Public Events ====
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//Event Arguments:SendingWebRequestEventArgs
Drawing
* This event will be fired before the Overlay is drawn.
== 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//Event Arguments:DrawingOverlayEventArgs
DrawingAttribution
* N/A
== 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//Event Arguments:DrawingAttributionOverlayEventArgs
RequestedDrawing
* N/A
== Remarks ==
* For the most updated Info for this topic, please check it here:
Event Arguments:RequestedDrawingOverlayEventArgs
RequestingDrawing
* N/A
== Remarks ==
* For the most updated Info for this topic, please check it here:
Event Arguments:RequestingDrawingOverlayEventArgs