User Tools

Site Tools


thinkgeo.mapsuite.iosedition.googlemapstileoverlay

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay

<!– Class –> This class represents the Overlay used to display a Google Map.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodGoogleMapsTileOverlay This is the constructor of the class.
Public MethodGoogleMapsTileOverlay String, String, String This is the constructor the for the class.
Public MethodGoogleMapsTileOverlay String, String, String, GeoWebProxy This is the constructor the for the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodClearCache String, TimeSpan, Double
Public MethodClearCache
Public MethodClose Overlay Closes this instance.
Public MethodDispose Overlay Releases the unmanaged resources.
Public MethodDispose Releases the unmanaged resources.
Public MethodDraw MapArguments, OverlayRefreshType Overlay This method draws the overlay by the specified arguments.
Public MethodEquals Object Object
Public MethodGetBoundingBox Overlay Gets the bounding box.
Public MethodGetHashCode Object
Public MethodGetPictureFormatString This method gets a string that represents the picture format from Google Maps.
Public MethodGetType Object
Public MethodInitialize MapArguments Overlay Initializes the specified map arguments.
Public MethodPostTransform TransformArguments, MapArguments Overlay Posts the transform for the overlay.
Public MethodRefresh Overlay Refreshes this instance.
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodCloseCore Overlay Closes the core.
Protected MethodDispose Boolean Overlay(overriden)
Protected MethodDrawCore MapArguments, OverlayRefreshType Overlay(overriden)
Protected MethodDrawException GeoCanvas, Exception Overlay Draws the exception.
Protected MethodDrawExceptionCore GeoCanvas, Exception Overlay Draws the exception core.
Protected MethodDrawTile TileView, MapArguments TileOverlay Redraws a specified tile with the provided world extent.
Protected MethodDrawTileCore GeoCanvas, TileView TileOverlay(overriden)
Protected MethodFinalize Object(overriden)
Protected MethodGetBoundingBoxCore Overlay Gets the bounding box core.
Protected MethodGetTile TileOverlay Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile.
Protected MethodGetTileCore TileOverlay(overriden)
Protected MethodGetTileMatrix Double, Int32, Int32, GeographyUnit TileOverlay Gets the tile matrix for TileOverlay.
Protected MethodGetTileMatrixCells GeographyUnit, RectangleShape, Double TileOverlay Gets the tile matrix cells for TileOverlay.
Protected MethodInitializeCore MapArguments Overlay Initializes the core.
Protected MethodMemberwiseClone Object
Protected MethodOnDrawingException DrawingExceptionOverlayEventArgs Overlay Handles the event.
Protected MethodOnDrawnException DrawnExceptionOverlayEventArgs Overlay Handles the event.
Protected MethodOnSendingWebRequest SendingWebRequestEventArgs
Protected MethodOnSentWebRequest SentWebRequestEventArgs
Protected MethodPostTransformCore TransformArguments, MapArguments Overlay(overriden)
Protected MethodRefreshCore Overlay Refreshes the core.

Public Properties

Name Return DeclaringType Summary
Public PropertyAttribution String Overlay Gets or sets the attribution.
Public PropertyCacheDirectory String This property gets or sets the tile cache directory.
Public PropertyClientId 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.
Public PropertyDrawingExceptionMode DrawingExceptionMode Overlay This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
Public PropertyDrawingQuality DrawingQuality Overlay Gets or sets the drawing quality.
Public PropertyIsCacheOnly Boolean TileOverlay Gets or sets a value indicating whether this instance is cache only.
Public PropertyIsEmpty Boolean Overlay Gets a value indicating whether this instance is empty.
Public PropertyIsVisible Boolean Overlay(overriden)
Public PropertyMapArguments MapArguments Overlay Gets or sets the map arguments.
Public PropertyMapType GoogleMapsMapType This property gets or sets the map types available from Google Maps.
Public PropertyMaxCacheSizeInMegabytes Double
Public PropertyName String Overlay Gets or sets the name.
Public PropertyOpacity Double Overlay Gets or sets the opacity.
Public PropertyOverlayView UIView Overlay Gets or sets the overlay view.
Public PropertyPictureFormat GoogleMapsPictureFormat This property gets or sets the picture format that is returned from the Google service.
Public PropertyPrivateKey String Gets or sets a value that is unique to your client ID, please keep your key secure.
Public PropertyTileCache BitmapTileCache TileOverlay(overriden)
Public PropertyTileExpiration TimeSpan
Public PropertyTileHeight Int32 TileOverlay Gets or sets the height of the tile.
Public PropertyTileSnappingMode TileSnappingMode TileOverlay Gets or sets the tile snapping mode.
Public PropertyTileType TileType TileOverlay Gets and sets the overlay is formed by multiple tiles or single tile.
Public PropertyTileWidth Int32 TileOverlay Gets or sets the width of the tile.
Public PropertyTimeoutInSeconds Int32 Gets or sets a value represents the request timeout from the GoogleMaps server.
Public PropertyTransitionEffect TransitionEffect TileOverlay Gets or sets the transition effect.
Public PropertyWebProxy GeoWebProxy This property gets or sets the proxy used for requesting a Web Response.

Protected Properties

Name Return DeclaringType Summary
Protected PropertyDrawingView UIView TileOverlay Gets or sets the drawing view.
Protected PropertyStretchView UIView TileOverlay Gets or sets the stretch view.

Public Events

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

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.

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 GeoWebProxy<!– ThinkGeo.MapSuite.Core.GeoWebProxy –>

Go Back

Protected Constructors

Public Methods

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.iOSEdition.GoogleMapsTileOverlay –> Go Back

ClearCache()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

Close()

Closes this instance.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

Dispose()

Releases the unmanaged resources.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

Dispose()

Releases the unmanaged resources.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

Draw(MapArguments, OverlayRefreshType)

This method draws the overlay by the specified arguments.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> This parameter indicates an mapArguments to draw the overlay.
refreshType OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –> This parameter indicates whether this overlay needs to be refresh or not.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetBoundingBox()

Gets the bounding box.

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> A RectangleShape value for the overlay.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> 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.iOSEdition.GoogleMapsTileOverlay –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Initialize(MapArguments)

Initializes the specified map arguments.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> The map arguments.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

PostTransform(TransformArguments, MapArguments)

Posts the transform for the overlay.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
transformInfo TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –> The transform information.
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> The map arguments.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

Refresh()

Refreshes this instance.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

CloseCore()

Closes the core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

Dispose(Boolean)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
isDisposing Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back

DrawCore(MapArguments, OverlayRefreshType)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –>
refreshType OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back

DrawException(GeoCanvas, Exception)

Draws the exception.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
geoCanvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> The geo canvas.
exception Exception<!– System.Exception –> The exception.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

DrawExceptionCore(GeoCanvas, Exception)

Draws the exception core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
geoCanvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> The geo canvas.
ex Exception<!– System.Exception –> The ex.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> 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 TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –> A Tile object that is created by the GetTile() method to draw.
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> A mapArguments for drawing the passed tile.

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

DrawTileCore(GeoCanvas, TileView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
geoCanvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
tile TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

GetBoundingBoxCore()

Gets the bounding box core.

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> RectangleShape.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

GetTile()

Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile.

Return Value

Return Type Description
TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

GetTileCore()

Return Value

Return Type Description
TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) –> Go Back

GetTileMatrix(Double, Int32, Int32, GeographyUnit)

Gets the tile matrix for TileOverlay.

Return Value

Return Type Description
TileMatrix<!– ThinkGeo.MapSuite.Core.TileMatrix –> TileMatrix.

Parameters

Name Type Description
scale Double<!– System.Double –> The scale.
tileWidth Int32<!– System.Int32 –> Width of the tile.
tileHeight Int32<!– System.Int32 –> Height of the tile.
boundingBoxUnit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> The bounding box unit.

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

GetTileMatrixCells(GeographyUnit, RectangleShape, Double)

Gets the tile matrix cells for TileOverlay.

Return Value

Return Type Description
Collection<TileMatrixCell><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} –> Collection<TileMatrixCell>.

Parameters

Name Type Description
mapUnit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> The map unit.
targetExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> The target extent.
targetScale Double<!– System.Double –> The target scale.

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

InitializeCore(MapArguments)

Initializes the core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
mapArgument MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> The map argument.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnDrawingException(DrawingExceptionOverlayEventArgs)

Handles the event.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
args DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> The instance containing the event data.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

OnDrawnException(DrawnExceptionOverlayEventArgs)

Handles the event.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
args DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> The instance containing the event data.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

OnSendingWebRequest(SendingWebRequestEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

OnSentWebRequest(SentWebRequestEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

PostTransformCore(TransformArguments, MapArguments)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
transformInfo TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –>
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back

RefreshCore()

Refreshes the core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

Public Properties

Attribution

Gets or sets the attribution.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

CacheDirectory

This property gets or sets the tile cache directory.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> 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.iOSEdition.GoogleMapsTileOverlay –> Go Back

DrawingExceptionMode

This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.

Return Value

Return Type
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

DrawingQuality

Gets or sets the drawing quality.

Return Value

Return Type
DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

IsCacheOnly

Gets or sets a value indicating whether this instance is cache only.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

IsEmpty

Gets a value indicating whether this instance is empty.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

IsVisible

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) –> Go Back

MapArguments

Gets or sets the map arguments.

Return Value

Return Type
MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

MapType

This property gets or sets the map types available from Google Maps.

Return Value

Return Type
GoogleMapsMapType<!– ThinkGeo.MapSuite.Core.GoogleMapsMapType –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

MaxCacheSizeInMegabytes

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

Name

Gets or sets the name.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

Opacity

Gets or sets the opacity.

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

OverlayView

Gets or sets the overlay view.

Return Value

Return Type
UIView<!– MonoTouch.UIKit.UIView –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

PictureFormat

This property gets or sets the picture format that is returned from the Google service.

Return Value

Return Type
GoogleMapsPictureFormat<!– ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> 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.iOSEdition.GoogleMapsTileOverlay –> Go Back

TileCache

Return Value

Return Type
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) –> Go Back

TileExpiration

Return Value

Return Type
TimeSpan<!– System.TimeSpan –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

TileHeight

Gets or sets the height of the tile.

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

TileSnappingMode

Gets or sets the tile snapping mode.

Return Value

Return Type
TileSnappingMode<!– ThinkGeo.MapSuite.iOSEdition.TileSnappingMode –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

TileType

Gets and sets the overlay is formed by multiple tiles or single tile.

Return Value

Return Type
TileType<!– ThinkGeo.MapSuite.iOSEdition.TileType –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

TileWidth

Gets or sets the width of the tile.

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> 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.iOSEdition.GoogleMapsTileOverlay –> Go Back

TransitionEffect

Gets or sets the transition effect.

Return Value

Return Type
TransitionEffect<!– ThinkGeo.MapSuite.iOSEdition.TransitionEffect –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

WebProxy

This property gets or sets the proxy used for requesting a Web Response.

Return Value

Return Type
GeoWebProxy<!– ThinkGeo.MapSuite.Core.GeoWebProxy –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

Protected Properties

DrawingView

Gets or sets the drawing view.

Return Value

Return Type
UIView<!– MonoTouch.UIKit.UIView –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

StretchView

Gets or sets the stretch view.

Return Value

Return Type
UIView<!– MonoTouch.UIKit.UIView –>

<!– ThinkGeo.MapSuite.iOSEdition.TileOverlay –> Go Back

Public Events

DrawingException

This event raises when exception.

Event Arguments

Event Arguments
DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

DrawnException

This event raises when exception.

Event Arguments

Event Arguments
DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –>

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back

SendingWebRequest

Event Arguments

Event Arguments
SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

SentWebRequest

Event Arguments

Event Arguments
SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –>

<!– ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay –> Go Back

NOTOC iOSEdition ThinkGeo.MapSuite.iOSEdition UpdateDocumentation

thinkgeo.mapsuite.iosedition.googlemapstileoverlay.1440040131.txt.gz · Last modified: 2015/09/21 08:32 (external edit)