This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.googlemapstileoverlay [2015/09/21 10:29] admin |
thinkgeo.mapsuite.androidedition.googlemapstileoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay ====== | ====== ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI. | This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 10: | Line 13: | ||
** {{wiki:PublicMethod.gif|}} GoogleMapsTileOverlay() ** | ** {{wiki:PublicMethod.gif|}} GoogleMapsTileOverlay() ** | ||
- | Initializes a new instance of the class. | + | * //Initializes a new instance of the class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} GoogleMapsTileOverlay(String,String,String) ** | ** {{wiki:PublicMethod.gif|}} GoogleMapsTileOverlay(String,String,String) ** | ||
- | This is the constructor the for the class. | + | * //This is the constructor the for the class.// |
== Remarks == | == Remarks == | ||
- | This constructor initializes a new layer and assgin a license key. | + | * //This constructor initializes a new layer and assgin a license key.// |
== Parameters == | == Parameters == | ||
* //cacheDirectory// | * //cacheDirectory// | ||
Line 36: | Line 39: | ||
** {{wiki:PublicMethod.gif|}} GoogleMapsTileOverlay(String,String,String,GeoWebProxy) ** | ** {{wiki:PublicMethod.gif|}} GoogleMapsTileOverlay(String,String,String,GeoWebProxy) ** | ||
- | This is the constructor the for the class. | + | * //This is the constructor the for the class.// |
== Remarks == | == Remarks == | ||
- | This constructor initializes a new layer and assgin a license key and initilize a cache directory. | + | * //This constructor initializes a new layer and assgin a license key and initilize a cache directory.// |
== Parameters == | == Parameters == | ||
* //cacheDirectory// | * //cacheDirectory// | ||
Line 61: | Line 64: | ||
** {{wiki:PublicMethod.gif|}} ClearCache() ** | ** {{wiki:PublicMethod.gif|}} ClearCache() ** | ||
- | Clear cache for GoogleMapTileOverlay. | + | * //Clear cache for GoogleMapTileOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 73: | Line 76: | ||
** {{wiki:PublicMethod.gif|}} ClearCache(String,TimeSpan,Double) ** | ** {{wiki:PublicMethod.gif|}} ClearCache(String,TimeSpan,Double) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 97: | Line 100: | ||
** {{wiki:PublicMethod.gif|}} GetPictureFormat() ** | ** {{wiki:PublicMethod.gif|}} GetPictureFormat() ** | ||
- | Get picture format string which will use for request url. | + | * //Get picture format string which will use for request url.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 109: | Line 112: | ||
** {{wiki:PublicMethod.gif|}} GetPictureFormatString() ** | ** {{wiki:PublicMethod.gif|}} GetPictureFormatString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 121: | Line 124: | ||
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 137: | Line 140: | ||
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 153: | Line 156: | ||
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 173: | Line 176: | ||
** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,BufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,BufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 193: | Line 196: | ||
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 213: | Line 216: | ||
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 237: | Line 240: | ||
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,BufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,BufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 261: | Line 264: | ||
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 281: | Line 284: | ||
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 305: | Line 308: | ||
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType) ** | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 329: | Line 332: | ||
** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 341: | Line 344: | ||
** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** | ** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 357: | Line 360: | ||
** {{wiki:PublicMethod.gif|}} Refresh() ** | ** {{wiki:PublicMethod.gif|}} Refresh() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 369: | Line 372: | ||
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 385: | Line 388: | ||
** {{wiki:PublicMethod.gif|}} Draw(MapArguments,OverlayRefreshType) ** | ** {{wiki:PublicMethod.gif|}} Draw(MapArguments,OverlayRefreshType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 405: | Line 408: | ||
** {{wiki:PublicMethod.gif|}} PostTransform(TransformArguments,MapArguments) ** | ** {{wiki:PublicMethod.gif|}} PostTransform(TransformArguments,MapArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 425: | Line 428: | ||
** {{wiki:PublicMethod.gif|}} Close() ** | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 437: | Line 440: | ||
** {{wiki:PublicMethod.gif|}} Open() ** | ** {{wiki:PublicMethod.gif|}} Open() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 449: | Line 452: | ||
** {{wiki:PublicMethod.gif|}} Dispose() ** | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 461: | Line 464: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 473: | Line 476: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 489: | Line 492: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 501: | Line 504: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 514: | Line 517: | ||
** {{wiki:ProtectedMethod.gif|}} GetTileCore(Context) ** | ** {{wiki:ProtectedMethod.gif|}} GetTileCore(Context) ** | ||
- | This method gets a specific tile object to form an overlay. | + | * //This method gets a specific tile object to form an overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 530: | Line 533: | ||
** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 546: | Line 549: | ||
** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 562: | Line 565: | ||
** {{wiki:ProtectedMethod.gif|}} OnGottenRequestUri(GottenRequestUriGoogleMapsOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnGottenRequestUri(GottenRequestUriGoogleMapsOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 578: | Line 581: | ||
** {{wiki:ProtectedMethod.gif|}} DrawTileCore(GeoCanvas,TileView) ** | ** {{wiki:ProtectedMethod.gif|}} DrawTileCore(GeoCanvas,TileView) ** | ||
- | Redraws a specified tile with the provided world extent. | + | * //Redraws a specified tile with the provided world extent.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 598: | Line 601: | ||
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
- | This method returns the bounding box of the Overlay. | + | * //This method returns the bounding box of the Overlay.// |
== Remarks == | == Remarks == | ||
- | This method returns the bounding box of the Overlay. | + | * //This method returns the bounding box of the Overlay.// |
== Return Value == | == Return Value == | ||
Line 610: | Line 613: | ||
** {{wiki:ProtectedMethod.gif|}} GetTileMatrix(Double,Int32,Int32,GeographyUnit) ** | ** {{wiki:ProtectedMethod.gif|}} GetTileMatrix(Double,Int32,Int32,GeographyUnit) ** | ||
- | Gets the tile matrix. | + | * //Gets the tile matrix.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 638: | Line 641: | ||
** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** | ||
- | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | + | * //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.// |
== Remarks == | == Remarks == | ||
- | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | + | * //The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.// |
== Return Value == | == Return Value == | ||
Line 650: | Line 653: | ||
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
- | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | + | * //This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 670: | Line 673: | ||
** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 690: | Line 693: | ||
** {{wiki:ProtectedMethod.gif|}} DrawTile(TileView,MapArguments) ** | ** {{wiki:ProtectedMethod.gif|}} DrawTile(TileView,MapArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 710: | Line 713: | ||
** {{wiki:ProtectedMethod.gif|}} PostTransformCore(TransformArguments,MapArguments) ** | ** {{wiki:ProtectedMethod.gif|}} PostTransformCore(TransformArguments,MapArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 730: | Line 733: | ||
** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 746: | Line 749: | ||
** {{wiki:ProtectedMethod.gif|}} GetTile(Context) ** | ** {{wiki:ProtectedMethod.gif|}} GetTile(Context) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 762: | Line 765: | ||
** {{wiki:ProtectedMethod.gif|}} GetTileMatrixCells(MapArguments,Double) ** | ** {{wiki:ProtectedMethod.gif|}} GetTileMatrixCells(MapArguments,Double) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 780: | Line 783: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} ClearTiles() ** | + | ** {{wiki:ProtectedMethod.gif|}} EhU=() ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 794: | Line 797: | ||
** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 810: | Line 813: | ||
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 822: | Line 825: | ||
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 834: | Line 837: | ||
** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 850: | Line 853: | ||
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 870: | Line 873: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 886: | Line 889: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 902: | Line 905: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 914: | Line 917: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 927: | Line 930: | ||
** {{wiki:PublicProperty.gif|}} MapType ** | ** {{wiki:PublicProperty.gif|}} MapType ** | ||
- | This property gets or sets the requesting map type from Bing Maps Imagery Service. | + | * //This property gets or sets the requesting map type from Bing Maps Imagery Service.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | ||
Line 935: | Line 938: | ||
** {{wiki:PublicProperty.gif|}} ClientId ** | ** {{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. | + | * //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 == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 943: | Line 946: | ||
** {{wiki:PublicProperty.gif|}} PrivateKey ** | ** {{wiki:PublicProperty.gif|}} 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.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 951: | Line 954: | ||
** {{wiki:PublicProperty.gif|}} CacheDirectory ** | ** {{wiki:PublicProperty.gif|}} CacheDirectory ** | ||
- | This property gets or sets the tile cache directory. | + | * //This property gets or sets the tile cache directory.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 959: | Line 962: | ||
** {{wiki:PublicProperty.gif|}} TileExpiration ** | ** {{wiki:PublicProperty.gif|}} TileExpiration ** | ||
- | Gets or sets the tile expiration. | + | * //Gets or sets the tile expiration.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 967: | Line 970: | ||
** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes ** | ** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes ** | ||
- | This property gets or sets the MaxCacheSizeInMegabytes. | + | * //This property gets or sets the MaxCacheSizeInMegabytes.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 975: | Line 978: | ||
** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** | ** {{wiki:PublicProperty.gif|}} 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.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 983: | Line 986: | ||
** {{wiki:PublicProperty.gif|}} WebProxy ** | ** {{wiki:PublicProperty.gif|}} 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.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | ||
Line 991: | Line 994: | ||
** {{wiki:PublicProperty.gif|}} PictureFormat ** | ** {{wiki:PublicProperty.gif|}} PictureFormat ** | ||
- | Gets or sets a value represents the image format of the image. | + | * //Gets or sets a value represents the image format of the image.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]] | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]] | ||
Line 999: | Line 1002: | ||
** {{wiki:PublicProperty.gif|}} TileCache ** | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 1007: | Line 1010: | ||
** {{wiki:PublicProperty.gif|}} TransitionEffect ** | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] | ||
Line 1015: | Line 1018: | ||
** {{wiki:PublicProperty.gif|}} LayerType ** | ** {{wiki:PublicProperty.gif|}} LayerType ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:LayerType | * Type:LayerType | ||
Line 1023: | Line 1026: | ||
** {{wiki:PublicProperty.gif|}} TileSizeMode ** | ** {{wiki:PublicProperty.gif|}} TileSizeMode ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.AndroidEdition.TileSizeMode|TileSizeMode]] | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileSizeMode|TileSizeMode]] | ||
Line 1031: | Line 1034: | ||
** {{wiki:PublicProperty.gif|}} TileSnappingMode ** | ** {{wiki:PublicProperty.gif|}} TileSnappingMode ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] | ||
Line 1039: | Line 1042: | ||
** {{wiki:PublicProperty.gif|}} TileType ** | ** {{wiki:PublicProperty.gif|}} TileType ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] | ||
Line 1047: | Line 1050: | ||
** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1055: | Line 1058: | ||
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 1063: | Line 1066: | ||
** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1071: | Line 1074: | ||
** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
Line 1079: | Line 1082: | ||
** {{wiki:PublicProperty.gif|}} IsEmpty ** | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1087: | Line 1090: | ||
** {{wiki:PublicProperty.gif|}} Attribution ** | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1095: | Line 1098: | ||
** {{wiki:PublicProperty.gif|}} OverlayView ** | ** {{wiki:PublicProperty.gif|}} OverlayView ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.AndroidEdition.MapLayout|MapLayout]] | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapLayout|MapLayout]] | ||
Line 1103: | Line 1106: | ||
** {{wiki:PublicProperty.gif|}} DrawingQuality ** | ** {{wiki:PublicProperty.gif|}} DrawingQuality ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | ||
Line 1111: | Line 1114: | ||
** {{wiki:PublicProperty.gif|}} Opacity ** | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 1119: | Line 1122: | ||
** {{wiki:PublicProperty.gif|}} MapArguments ** | ** {{wiki:PublicProperty.gif|}} MapArguments ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | ||
Line 1127: | Line 1130: | ||
** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** | ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
==== Protected Properties ==== | ==== Protected Properties ==== | ||
- | ** {{wiki:ProtectedProperty.gif|}} IsDrawingLevelEnabled ** | + | ** {{wiki:ProtectedProperty.gif|}} /xQ= ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
- | ** {{wiki:ProtectedProperty.gif|}} IsCacheOnly ** | + | ** {{wiki:ProtectedProperty.gif|}} AhU= ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
- | ** {{wiki:ProtectedProperty.gif|}} CacheMark ** | + | ** {{wiki:ProtectedProperty.gif|}} BRU= ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1160: | Line 1163: | ||
** {{wiki:ProtectedProperty.gif|}} SingleTile ** | ** {{wiki:ProtectedProperty.gif|}} SingleTile ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] | ||
Line 1168: | Line 1171: | ||
==== Public Events ==== | ==== Public Events ==== | ||
** {{wiki:PublicEvent.gif|}} GottenRequestUri ** | ** {{wiki:PublicEvent.gif|}} GottenRequestUri ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.GottenRequestUriGoogleMapsOverlayEventArgs|GottenRequestUriGoogleMapsOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.GottenRequestUriGoogleMapsOverlayEventArgs|GottenRequestUriGoogleMapsOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawingException ** | ** {{wiki:PublicEvent.gif|}} DrawingException ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawnException ** | ** {{wiki:PublicEvent.gif|}} DrawnException ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | ||