ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay
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.
Inheritance Hierarchy
Members Summary
Public Constructors
GoogleMapsTileOverlay()
Initializes a new instance of the class.
Parameters
GoogleMapsTileOverlay(String,String,String)
This is the constructor the for the class.
This constructor initializes a new layer and assgin a license key.
Parameters
GoogleMapsTileOverlay(String,String,String,GeoWebProxy)
This is the constructor the for the class.
This constructor initializes a new layer and assgin a license key and initilize a cache directory.
Parameters
clientId
Type:String
Description:N/A
privateKey
Type:String
Description:N/A
Protected Constructors
Public Methods
ClearCache()
Clear cache for GoogleMapTileOverlay.
Return Value
Type:Void
Description:N/A
Parameters
ClearCache(String,TimeSpan,Double)
N/A
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
GetPictureFormat()
Get picture format string which will use for request url.
Return Value
Parameters
GetPictureFormatString()
N/A
Return Value
Type:String
Description:N/A
Parameters
GetOneTile()
N/A
Return Value
Parameters
Refresh(IEnumerable<RectangleShape>)
N/A
Return Value
Type:Void
Description:N/A
Parameters
Refresh(TimeSpan)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(TimeSpan,RequestDrawingBufferTimeType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(TimeSpan,BufferTimeType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(RectangleShape,TimeSpan)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(RectangleShape,TimeSpan,BufferTimeType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RemoveAllAnimations()
N/A
Return Value
Type:Void
Description:N/A
Parameters
GetBoundingBox()
N/A
Return Value
Parameters
Initialize(MapArguments)
N/A
Return Value
Type:Void
Description:N/A
Parameters
Refresh()
N/A
Return Value
Type:Void
Description:N/A
Parameters
Refresh(RectangleShape)
N/A
Return Value
Type:Void
Description:N/A
Parameters
Draw(MapArguments,OverlayRefreshType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
PostTransform(TransformArguments,MapArguments)
N/A
Return Value
Type:Void
Description:N/A
Parameters
Close()
N/A
Return Value
Type:Void
Description:N/A
Parameters
Dispose()
N/A
Return Value
Type:Void
Description:N/A
Parameters
ToString()
N/A
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
N/A
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
DrawTileCore(GeoCanvas,TileView)
Redraws a specified tile with the provided world extent.
Return Value
Type:Void
Description:N/A
Parameters
GetBoundingBoxCore()
This method returns the bounding box of the Overlay.
This method returns the bounding box of the Overlay.
Return Value
Parameters
GetTileMatrix(Double,Int32,Int32,GeographyUnit)
Gets the tile matrix.
Return Value
Parameters
scale
Type:Double
Description:The scale.
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.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Value
Type:Void
Description:N/A
Parameters
GetTileCore()
This method gets a specific tile object to form an overlay.
Return Value
Parameters
OnSendingWebRequest(SendingWebRequestEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
OnSentWebRequest(SentWebRequestEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
PrepareInertialPan(RectangleShape,RectangleShape,MapArguments)
N/A
Return Value
Type:Void
Description:N/A
Parameters
DrawCore(MapArguments,OverlayRefreshType)
N/A
Return Value
Type:Void
Description:N/A
Parameters
RemoveAllAnimationCore()
N/A
Return Value
Type:Void
Description:N/A
Parameters
DrawTile(TileView,MapArguments)
N/A
Return Value
Type:Void
Description:N/A
Parameters
GetTile()
N/A
Return Value
Parameters
GetTileMatrixCells(GeographyUnit,RectangleShape,Double)
N/A
Return Value
Parameters
targetScale
Type:Double
Description:N/A
PostTransformCore(TransformArguments,MapArguments)
N/A
Return Value
Type:Void
Description:N/A
Parameters
Dispose(Boolean)
N/A
Return Value
Type:Void
Description:N/A
Parameters
disposing
Type:Boolean
Description:N/A
RefreshCore(RectangleShape)
N/A
Return Value
Type:Void
Description:N/A
Parameters
CloseCore()
N/A
Return Value
Type:Void
Description:N/A
Parameters
InitializeCore(MapArguments)
N/A
Return Value
Type:Void
Description:N/A
Parameters
DrawException(GeoCanvas,Exception)
N/A
Return Value
Type:Void
Description:N/A
Parameters
exception
Type:Exception
Description:N/A
DrawExceptionCore(GeoCanvas,Exception)
N/A
Return Value
Type:Void
Description:N/A
Parameters
ex
Type:Exception
Description:N/A
OnDrawingException(DrawingExceptionOverlayEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
OnDrawnException(DrawnExceptionOverlayEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
N/A
Return Value
Type:Void
Description:N/A
Parameters
PrepareInertialPanInternal(RectangleShape,RectangleShape,MapArguments)
N/A
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
N/A
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
MapType
This property gets or sets the requesting map type from Bing Maps Imagery Service.
Return Value
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
PrivateKey
Gets or sets a value that is unique to your client ID, please keep your key secure.
Return Value
CacheDirectory
This property gets or sets the tile cache directory.
Return Value
TileExpiration
Gets or sets the tile expiration.
Return Value
MaxCacheSizeInMegabytes
This property gets or sets the MaxCacheSizeInMegabytes.
Return Value
TimeoutInSeconds
Gets or sets a value represents the request timeout from the GoogleMaps server.
Return Value
WebProxy
This property gets or sets the proxy used for requesting a Web Response.
Return Value
TileCache
N/A
Return Value
PictureFormat
Gets or sets a value represents the image format of the image.
Return Value
TileMode
N/A
Return Value
IsCacheOnly
N/A
Return Value
TileWidth
N/A
Return Value
TileHeight
N/A
Return Value
IsVisible
N/A
Return Value
TransitionEffect
N/A
Return Value
TileSnappingMode
N/A
Return Value
TileType
N/A
Return Value
AutoRefreshInterval
N/A
Return Value
Name
N/A
Return Value
DrawingExceptionMode
N/A
Return Value
IsEmpty
N/A
Return Value
Attribution
N/A
Return Value
OverlayView
N/A
Return Value
DrawingQuality
N/A
Return Value
Opacity
N/A
Return Value
MapArguments
N/A
Return Value
CanRefreshRegion
N/A
Return Value
Protected Properties
CacheMark
N/A
Return Value
SingleTile
N/A
Return Value
DrawingView
N/A
Return Value
StretchView
N/A
Return Value
Public Events
SendingWebRequest
N/A