This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.iosedition.googlemapstileoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.iosedition.googlemapstileoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay ====== | ====== ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class represents the Overlay used to display a Google Map. | This class represents the Overlay used to display a Google Map. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.iOSEdition.Overlay]] | + | *ThinkGeo.MapSuite.iOSEdition.Overlay |
- | ***[[ThinkGeo.MapSuite.iOSEdition.TileOverlay]] | + | *ThinkGeo.MapSuite.iOSEdition.TileOverlay |
- | ****[[ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay]] | + | ***ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GoogleMapsTileOverlay() ** |
- | | {{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 ==== | + | Initializes a new instance of the class. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} 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 == | ||
+ | * //cacheDirectory// | ||
+ | * Type:String | ||
+ | * Description:The cache directory for the GoogleMapLayer. | ||
+ | |||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:The clientId for the GoogleMapLayer. | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:The privateKey for the GoogleMapLayer. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} 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 and initilize a cache directory. | ||
+ | == Parameters == | ||
+ | * //cacheDirectory// | ||
+ | * Type:String | ||
+ | * Description:cache directory which stored the cache image. | ||
+ | |||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //webProxy// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ClearCache() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearCache(String, TimeSpan, Double)|ClearCache]] | String, TimeSpan, Double | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearCache()|ClearCache]] | | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Closes this instance. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Releases the unmanaged resources. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | | Releases the unmanaged resources. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(MapArguments, OverlayRefreshType)|Draw]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | This method draws the overlay by the specified arguments. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBox()|GetBoundingBox]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets the bounding box. | | + | |
- | | {{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.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Initializes the specified map arguments. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostTransform(TransformArguments, MapArguments)|PostTransform]] | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Posts the transform for the overlay. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Refreshes this instance. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | Clear cache for GoogleMapTileOverlay. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Closes the core. | | + | N/A |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(MapArguments, OverlayRefreshType)|DrawCore]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawException(GeoCanvas, Exception)|DrawException]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Draws the exception. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawExceptionCore(GeoCanvas, Exception)|DrawExceptionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Draws the exception core. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawTile(TileView, MapArguments)|DrawTile]] | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]], [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.TileView|TileView]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets the bounding box core. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTile()|GetTile]] | | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileCore()|GetTileCore]] | | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileMatrix(Double, Int32, Int32, GeographyUnit)|GetTileMatrix]] | Double, Int32, Int32, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets the tile matrix for TileOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileMatrixCells(GeographyUnit, RectangleShape, Double)|GetTileMatrixCells]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets the tile matrix cells for TileOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore(MapArguments)|InitializeCore]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Initializes the core. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Handles the event. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Handles the event. | | + | |
- | | {{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}}[[#PostTransformCore(TransformArguments, MapArguments)|PostTransformCore]] | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore()|RefreshCore]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Refreshes the core. | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the attribution. | | + | * Description:N/A |
- | | {{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.iOSEdition.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.iOSEdition.Overlay|Overlay]] | Gets or sets the drawing quality. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsCacheOnly|IsCacheOnly]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets a value indicating whether this instance is cache only. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets a value indicating whether this instance is empty. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the map arguments. | | + | |
- | | {{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.iOSEdition.Overlay|Overlay]] | Gets or sets the name. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the opacity. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OverlayView|OverlayView]] | UIView | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the overlay view. | | + | |
- | | {{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.iOSEdition.TileOverlay|TileOverlay]](overriden) | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileExpiration|TileExpiration]] | TimeSpan | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileHeight|TileHeight]] | Int32 | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the height of the tile. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileSnappingMode|TileSnappingMode]] | [[ThinkGeo.MapSuite.iOSEdition.TileSnappingMode|TileSnappingMode]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the tile snapping mode. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileType|TileType]] | [[ThinkGeo.MapSuite.iOSEdition.TileType|TileType]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets and sets the overlay is formed by multiple tiles or single tile. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileWidth|TileWidth]] | Int32 | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the width of the 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.iOSEdition.TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the transition effect. | | + | |
- | | {{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 ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#DrawingView|DrawingView]] | UIView | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the drawing view. | | + | ** {{wiki:PublicMethod.gif|}} ClearCache(String,TimeSpan,Double) ** |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#StretchView|StretchView]] | UIView | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the stretch view. | | + | |
- | ==== Public Events ==== | + | N/A |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingException|DrawingException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | This event raises when [[drawing|exception]]. | | + | N/A |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnException|DrawnException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | This event raises when [[drawn|exception]]. | | + | |
- | | {{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 ===== | + | == Return Value == |
- | ==== GoogleMapsTileOverlay() ==== | + | * Type:Void |
- | This is the constructor of the class. | + | * Description:N/A |
- | === 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]] | + | == Parameters == |
- | ==== GoogleMapsTileOverlay(String, String, String) ==== | + | * //cacheFolder// |
- | This is the constructor the for the class. | + | * Type:String |
- | === Remarks === | + | * Description:N/A |
- | 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]] | + | * //tileExpiration// |
- | ==== GoogleMapsTileOverlay(String, String, String, GeoWebProxy) ==== | + | * Type:TimeSpan |
- | This is the constructor the for the class. | + | * Description:N/A |
- | === 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]] | + | * //maxSizeInMegabytes// |
- | ===== Protected Constructors ===== | + | * Type:Double |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== ClearCache(String, TimeSpan, Double) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetPictureFormat() ** |
- | | cacheFolder | String<!-- System.String --> | | | + | |
- | | tileExpiration | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | | maxSizeInMegabytes | Double<!-- System.Double --> | | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | Get picture format string which will use for request url. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ClearCache() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
+ | * Description:Get picture format string which will use for request url. | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== Close() ==== | + | ** {{wiki:PublicMethod.gif|}} GetPictureFormatString() ** |
- | Closes this instance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== Dispose() ==== | + | * Description:N/A |
- | Releases the unmanaged resources. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} GetOneTile() ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Dispose() ==== | + | N/A |
- | Releases the unmanaged resources. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== Draw(MapArguments, OverlayRefreshType) ==== | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** |
- | This method draws the overlay by the specified arguments. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | This parameter indicates an mapArguments to draw the overlay. | | + | N/A |
- | | refreshType | [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType --> | This parameter indicates whether this overlay needs to be refresh or not. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //extentsToRefresh// |
- | | obj | Object<!-- System.Object --> | | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** |
- | ==== GetBoundingBox() ==== | + | |
- | Gets the bounding box. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape value for the overlay. | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== GetHashCode() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //bufferTime// |
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** |
- | ==== 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 === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //bufferTime// |
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | * //bufferTimeType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | ==== Initialize(MapArguments) ==== | + | * Description:N/A |
- | Initializes the specified map arguments. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,BufferTimeType) ** |
- | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | The map arguments. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== PostTransform(TransformArguments, MapArguments) ==== | + | N/A |
- | Posts the transform for the overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | transformInfo | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.TransformArguments --> | The transform information. | | + | * Description:N/A |
- | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | The map arguments. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //bufferTime// |
- | ==== Refresh() ==== | + | * Type:TimeSpan |
- | Refreshes this instance. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //bufferTimeType// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** |
- | ==== ToString() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== CloseCore() ==== | + | |
- | Closes the core. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //extentToRefresh// |
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | * //bufferTime// |
- | [[#Protected Methods|Go Back]] | + | * Type:TimeSpan |
- | ==== Dispose(Boolean) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** |
- | | isDisposing | Boolean<!-- System.Boolean --> | | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== DrawCore(MapArguments, OverlayRefreshType) ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | | | + | * Description:N/A |
- | | refreshType | [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //extentToRefresh// |
- | ==== DrawException(GeoCanvas, Exception) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | Draws the exception. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //bufferTime// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | The geo canvas. | | + | * Description:N/A |
- | | exception | Exception<!-- System.Exception --> | The exception. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | * //bufferTimeType// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | + | * Description:N/A |
- | Draws the exception core. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,BufferTimeType) ** |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | The geo canvas. | | + | |
- | | ex | Exception<!-- System.Exception --> | The ex. | | + | 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.BufferTimeType|BufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,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 | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,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 | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType) ** | ||
+ | |||
+ | 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.BufferTimeType|BufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} RemoveAllAnimations() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{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 | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Draw(MapArguments,OverlayRefreshType) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //refreshType// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PostTransform(TransformArguments,MapArguments) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //transformInfo// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawTileCore(GeoCanvas,TileView) ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawTile(TileView, MapArguments) ==== | ||
Redraws a specified tile with the provided world extent. | Redraws a specified tile with the provided world extent. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | N/A |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | tile | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | A Tile object that is created by the GetTile() method to draw. | | + | * Description:N/A |
- | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | A mapArguments for drawing the passed tile. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //geoCanvas// |
- | ==== DrawTileCore(GeoCanvas, TileView) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | === Return Value === | + | * Description:This parameter is the canvas object to draw on. |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //tile// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Description:A Tile object that is created by the GetTile(Context) method to draw. |
- | | tile | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | This method returns the bounding box of the Overlay. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | This method returns the bounding box of the Overlay. | ||
- | <!-- System.Object(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== GetBoundingBoxCore() ==== | + | * Description:This method returns the bounding box of the Overlay. |
- | Gets the bounding box core. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | RectangleShape. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} GetTileMatrix(Double,Int32,Int32,GeographyUnit) ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | Gets the tile matrix. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetTile() ==== | + | N/A |
- | 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 ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] |
+ | * Description:TileMatrix. | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //scale// |
- | ==== GetTileCore() ==== | + | * Type:Double |
- | === Return Value === | + | * Description:The scale. |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | | | + | |
- | === Parameters === | + | * //tileWidth// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:Width of the tile. | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) --> | + | * //tileHeight// |
- | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
- | ==== GetTileMatrix(Double, Int32, Int32, GeographyUnit) ==== | + | * Description:Height of the tile. |
- | Gets the tile matrix for TileOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<!-- ThinkGeo.MapSuite.Core.TileMatrix --> | TileMatrix. | | + | |
- | === Parameters === | + | * //boundingBoxUnit// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | | scale | Double<!-- System.Double --> | The scale. | | + | * Description:The bounding box unit. |
- | | tileWidth | Int32<!-- System.Int32 --> | Width of the tile. | | + | |
- | | tileHeight | Int32<!-- System.Int32 --> | Height of the tile. | | + | |
- | | boundingBoxUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | The bounding box unit. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** |
- | ==== GetTileMatrixCells(GeographyUnit, RectangleShape, Double) ==== | + | |
- | Gets the tile matrix cells for TileOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} --> | Collection<TileMatrixCell>. | | + | |
- | === Parameters === | + | 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. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | mapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | The map unit. | | + | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | The target extent. | | + | |
- | | targetScale | Double<!-- System.Double --> | The target scale. | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== InitializeCore(MapArguments) ==== | + | * Description:N/A |
- | Initializes the core. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | mapArgument | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | The map argument. | | + | ** {{wiki:ProtectedMethod.gif|}} GetTileCore() ** |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | This method gets a specific tile object to form an overlay. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] |
+ | * Description:A Tile object to form an overlay. | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** |
- | Handles the event. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | args | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs --> | The instance containing the event data. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== | + | * Description:N/A |
- | Handles the event. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | args | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs --> | The instance containing the event data. | | + | * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** |
- | ==== OnSendingWebRequest(SendingWebRequestEventArgs) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnSentWebRequest(SentWebRequestEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | e | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> | | | + | * Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} PrepareInertialPan(RectangleShape,RectangleShape,MapArguments) ** |
- | ==== PostTransformCore(TransformArguments, MapArguments) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | transformInfo | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.TransformArguments --> | | | + | N/A |
- | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== RefreshCore() ==== | + | * Description:N/A |
- | Refreshes the core. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //currentExtent// |
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | * //velocityExtent// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== Attribution ==== | + | |
- | Gets or sets the attribution. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | * //mapArguments// |
- | [[#Public Properties|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] |
- | ==== CacheDirectory ==== | + | * Description:N/A |
- | This property gets or sets the tile cache directory. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** |
- | ==== 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 --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== DrawingExceptionMode ==== | + | N/A |
- | 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.iOSEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== DrawingQuality ==== | + | * Description:N/A |
- | Gets or sets the drawing quality. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //mapArguments// |
- | ==== IsCacheOnly ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] |
- | Gets or sets a value indicating whether this instance is cache only. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | * //refreshType// |
- | [[#Public Properties|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] |
- | ==== IsEmpty ==== | + | * Description:N/A |
- | Gets a value indicating whether this instance is empty. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RemoveAllAnimationCore() ** |
- | ==== IsVisible ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MapArguments ==== | + | N/A |
- | Gets or sets the map arguments. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== MapType ==== | + | * Description:N/A |
- | 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.iOSEdition.GoogleMapsTileOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== MaxCacheSizeInMegabytes ==== | + | ** {{wiki:ProtectedMethod.gif|}} DrawTile(TileView,MapArguments) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Name ==== | + | N/A |
- | Gets or sets the name. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Opacity ==== | + | * Description:N/A |
- | Gets or sets the opacity. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //tile// |
- | ==== OverlayView ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] |
- | Gets or sets the overlay view. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | * //mapArguments// |
- | [[#Public Properties|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] |
- | ==== PictureFormat ==== | + | * Description:N/A |
- | This property gets or sets the picture format that is returned from the Google service. | + | |
- | === Return Value === | + | <div newline></div> |
- | ^ Return Type ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetTile() ** |
- | | [[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]]<!-- ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat --> | | + | |
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetTileMatrixCells(GeographyUnit,RectangleShape,Double) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //mapUnit// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //targetScale// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PostTransformCore(TransformArguments,MapArguments) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //transformInfo// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //disposing// | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{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 | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //mapArgument// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //geoCanvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //exception// | ||
+ | * Type:Exception | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //geoCanvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //ex// | ||
+ | * Type:Exception | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PrepareInertialPanInternal(RectangleShape,RectangleShape,MapArguments) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //currentExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //velocityExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} MapType ** | ||
+ | |||
+ | This property gets or sets the requesting map type from Bing Maps Imagery Service. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} 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 == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PrivateKey ** | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PrivateKey ==== | ||
Gets or sets a value that is unique to your client ID, please keep your key secure. | Gets or sets a value that is unique to your client ID, please keep your key secure. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | String<!-- System.String --> | | + | == Return Value == |
+ | * Type:String | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} CacheDirectory ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileCache ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) --> | + | This property gets or sets the tile cache directory. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TileExpiration ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} TileExpiration ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileHeight ==== | + | |
- | Gets or sets the height of the tile. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | Gets or sets the tile expiration. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TileSnappingMode ==== | + | N/A |
- | Gets or sets the tile snapping mode. | + | == Return Value == |
- | === Return Value === | + | * Type:TimeSpan |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.TileSnappingMode|TileSnappingMode]]<!-- ThinkGeo.MapSuite.iOSEdition.TileSnappingMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileType ==== | + | |
- | Gets and sets the overlay is formed by multiple tiles or single tile. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.TileType|TileType]]<!-- ThinkGeo.MapSuite.iOSEdition.TileType --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | This property gets or sets the MaxCacheSizeInMegabytes. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TileWidth ==== | + | N/A |
- | Gets or sets the width of the tile. | + | == Return Value == |
- | === Return Value === | + | * Type:Double |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | ** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== TimeoutInSeconds ==== | ||
Gets or sets a value represents the request timeout from the GoogleMaps server. | Gets or sets a value represents the request timeout from the GoogleMaps server. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | Int32<!-- System.Int32 --> | | + | == Return Value == |
+ | * Type:Int32 | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} WebProxy ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TransitionEffect ==== | + | |
- | Gets or sets the transition effect. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.TransitionEffect|TransitionEffect]]<!-- ThinkGeo.MapSuite.iOSEdition.TransitionEffect --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== WebProxy ==== | ||
This property gets or sets the proxy used for requesting a Web Response. | This property gets or sets the proxy used for requesting a Web Response. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]<!-- ThinkGeo.MapSuite.Core.GeoWebProxy --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PictureFormat ** | ||
+ | |||
+ | Gets or sets a value represents the image format of the image. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsCacheOnly ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{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|}} IsVisible ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.TransitionEffect|TransitionEffect]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileSnappingMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileSnappingMode|TileSnappingMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileType ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileType|TileType]] | ||
+ | |||
+ | ** {{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|}} DrawingExceptionMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OverlayView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingQuality ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MapArguments ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} CacheMark ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} SingleTile ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} DrawingView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} StretchView ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:UIView | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | ==== DrawingView ==== | + | |
- | Gets or sets the drawing view. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** |
- | [[#Protected Properties|Go Back]] | + | N/A |
- | ==== StretchView ==== | + | == Remarks == |
- | Gets or sets the stretch view. | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | |
- | ==== DrawingException ==== | + | |
- | This event raises when [[drawing|exception]]. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== DrawnException ==== | + | == Remarks == |
- | This event raises when [[drawn|exception]]. | + | N/A |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== SendingWebRequest ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== SentWebRequest ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:iOSEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.iOSEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||