Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> 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. See <a href=“http://code.google.com/apis/maps/signup.html”>http://code.google.com/apis/maps/signup.html</a> for detail.
*System.Object ThinkGeo.MapSuite.AndroidEdition.Overlay *ThinkGeo.MapSuite.AndroidEdition.TileOverlay ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor of the class. | ||
![]() | String, String, String | This is the constructor the for the class. | |
![]() | String, String, String, GeoWebProxy | This is the constructor the for the class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | |||
![]() | String, TimeSpan, Double | ||
![]() | Overlay | This method will simulate the Close interaction. | |
![]() | Releases the unmanaged resources. | ||
![]() | Overlay | Releases the unmanaged resources. | |
![]() | MapArguments, OverlayRefreshType | Overlay | This method draws the overlay with the provided extent in world coordinate. |
![]() | Object | Object | |
![]() | Overlay | This method gets a bounding box of the Overlay. | |
![]() | Object | ||
![]() | This method gets a string that represents the picture format from Google Maps. | ||
![]() | Object | ||
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | Overlay | This method will simulate the Open interaction. | |
![]() | TransformArguments, MapArguments | Overlay | This method will simulate the PostTransform interaction. |
![]() | Overlay | 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. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | This protected virtual method is the Core method of Close API. | |
![]() | Boolean | Overlay(overriden) | |
![]() | MapArguments, OverlayRefreshType | Overlay(overriden) | |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | GeoCanvas, Exception | Overlay | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. |
![]() | TileView, MapArguments | TileOverlay | Redraws a specified tile with the provided world extent. |
![]() | GeoCanvas, TileView | TileOverlay(overriden) | Redraws a specified tile with the provided world extent. |
![]() | Object(overriden) | ||
![]() | Overlay | This method returns the bounding box of the Overlay. | |
![]() | Context | TileOverlay | Get a new tile object to form the TileOverlay. |
![]() | Context | TileOverlay(overriden) | This method gets a specific tile object to form an overlay. |
![]() | Double, Int32, Int32, GeographyUnit | TileOverlay | |
![]() | MapArguments, Double | TileOverlay | |
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | Object | ||
![]() | DrawingExceptionOverlayEventArgs | Overlay | This method raises before the overlay is drawing exception. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | This method raises after the overlay is drawn exception. |
![]() | SendingWebRequestEventArgs | ||
![]() | SentWebRequestEventArgs | ||
![]() | Overlay | This protected virtual method is the Core method of Open API. | |
![]() | TransformArguments, MapArguments | Overlay(overriden) | |
![]() | Overlay | 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 | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | Gets or sets the attribution for this overlay. |
![]() | String | This property gets or sets the tile cache directory. | |
![]() | 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. | |
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | DrawingQuality | Overlay | Gets or sets the drawingQuality for this overlay. |
![]() | Boolean | Overlay | This property gets if this overlay is empty or not. |
![]() | Boolean | Overlay(overriden) | |
![]() | LayerType | TileOverlay | Gets or sets the LayerType of the Overlay. |
![]() | MapArguments | Overlay | Gets or sets the mapArguments for this overlay. |
![]() | GoogleMapsMapType | This property gets or sets the map types available from Google Maps. | |
![]() | Double | ||
![]() | String | Overlay | Gets or sets the name of this overaly. |
![]() | Double | Overlay | Gets or sets the opacity for this overlay. |
![]() | GoogleMapsPictureFormat | This property gets or sets the picture format that is returned from the Google service. | |
![]() | String | Gets or sets a value that is unique to your client ID, please keep your key secure. | |
![]() | BitmapTileCache | TileOverlay(overriden) | |
![]() | TimeSpan | ||
![]() | TileSnappingMode | TileOverlay | Gets or sets the tile snapping mode. |
![]() | TileType | TileOverlay | Gets and sets the overlay is formed by multiple tiles or single tile. |
![]() | Int32 | Gets or sets a value represents the request timeout from the GoogleMaps server. | |
![]() | TransitionEffect | TileOverlay | Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent. |
![]() | GeoWebProxy | This property gets or sets the proxy used for requesting a Web Response. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | TileView | TileOverlay | Gets or sets the single tile. |
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
![]() | DrawingExceptionOverlayEventArgs | Overlay | Occurs before exception is drawing on map. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | Occurs after exception is drawn on map. |
![]() | SendingWebRequestEventArgs | ||
![]() | SentWebRequestEventArgs |
This is the constructor of the class.
If you use this constructor, you have to set the properties manually before use, otherwise it will use their default values.
Name | Type | Description |
---|
This is the constructor the for the class.
This constructor initializes a new layer and assgin a license key.
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. |
This is the constructor the for the class.
This constructor initializes a new layer and assgin a license key.
Name | Type | Description |
---|---|---|
cacheDirectory | String<!– System.String –> | The cacheDirectory for the GoogleMapsOverlay. |
clientId | String<!– System.String –> | The clientId for the GoogleMapsOverlay. |
privateKey | String<!– System.String –> | The privateKey for the GoogleMapsOverlay. |
webProxy | GeoWebProxy<!– ThinkGeo.MapSuite.Core.GeoWebProxy –> |
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
cacheFolder | String<!– System.String –> | |
tileExpiration | TimeSpan<!– System.TimeSpan –> | |
maxSizeInMegabytes | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
This method will simulate the Close interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Releases the unmanaged resources.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Releases the unmanaged resources.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method draws the overlay with the provided extent in world coordinate.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType –> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
This method gets a bounding box of the Overlay.
This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay.
As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A RectangleShape indicating the bounding box of this overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method gets a string that represents the picture format from Google Maps.
Return Type | Description |
---|---|
String<!– System.String –> | Returns a string representing the picture format from GoogleMaps. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes overlay object.
This is a wrapper method for the virtual method InitializeCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the Open interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the PostTransform interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | This parameter maintains the transfrom information for calculating transform. |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This protected virtual method is the Core method of Close API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
isDisposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | |
refreshType | OverlayRefreshType<!– ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
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 can be overriden its logic by rewrite the DrawExceptionCore.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
exception | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
ex | Exception<!– System.Exception –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Redraws a specified tile with the provided world extent.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
tile | TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> | A Tile object that is created by the GetTile(Context) method to draw. |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | This parameter maintains current map information for calculating mechanism. |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Redraws a specified tile with the provided world extent.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
tile | TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> | A tile which needs to be redrawn. |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
This method returns the bounding box of the Overlay.
This method returns the bounding box of the Overlay.
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This method returns the bounding box of the Overlay. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Get a new tile object to form the TileOverlay.
Return Type | Description |
---|---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
Name | Type | Description |
---|---|---|
context | Context<!– Android.Content.Context –> | Interface to global information about an application environment. |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
This method gets a specific tile object to form an overlay.
Return Type | Description |
---|---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> | A Tile object to form an overlay. |
Name | Type | Description |
---|---|---|
context | Context<!– Android.Content.Context –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) –> Go Back
Return Type | Description |
---|---|
TileMatrix<!– ThinkGeo.MapSuite.Core.TileMatrix –> |
Name | Type | Description |
---|---|---|
scale | Double<!– System.Double –> | |
tileWidth | Int32<!– System.Int32 –> | |
tileHeight | Int32<!– System.Int32 –> | |
boundingBoxUnit | GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Return Type | Description |
---|---|
Collection<TileMatrixCell><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} –> |
Name | Type | Description |
---|---|---|
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> | |
targetScale | Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
This method initializes overlay object.
When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
mapArgument | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method raises before the overlay is drawing exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method raises after the overlay is drawn exception.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> | This parameter is the event argument for DrawingException event. |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
This protected virtual method is the Core method of Open API.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
transformInfo | TransformArguments<!– ThinkGeo.MapSuite.AndroidEdition.TransformArguments –> | |
mapArguments | MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.
The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the attribution for this overlay.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This property gets or sets the tile cache directory.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
Return Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the drawingQuality for this overlay.
Return Type |
---|
DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This property gets if this overlay is empty or not.
This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
Gets or sets the LayerType of the Overlay.
Return Type |
---|
LayerType<!– Android.Views.LayerType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Gets or sets the mapArguments for this overlay.
Return Type |
---|
MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This property gets or sets the map types available from Google Maps.
Return Type |
---|
GoogleMapsMapType<!– ThinkGeo.MapSuite.Core.GoogleMapsMapType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Gets or sets the name of this overaly.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the opacity for this overlay.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This property gets or sets the picture format that is returned from the Google service.
Return Type |
---|
GoogleMapsPictureFormat<!– ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Gets or sets a value that is unique to your client ID, please keep your key secure.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) –> Go Back
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Gets or sets the tile snapping mode.
Return Type |
---|
TileSnappingMode<!– ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Gets and sets the overlay is formed by multiple tiles or single tile.
Return Type |
---|
TileType<!– ThinkGeo.MapSuite.AndroidEdition.TileType –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Gets or sets a value represents the request timeout from the GoogleMaps server.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent.
Return Type |
---|
TransitionEffect<!– ThinkGeo.MapSuite.AndroidEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
This property gets or sets the proxy used for requesting a Web Response.
Return Type |
---|
GeoWebProxy<!– ThinkGeo.MapSuite.Core.GeoWebProxy –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Gets or sets the single tile.
Return Type |
---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
<!– ThinkGeo.MapSuite.AndroidEdition.TileOverlay –> Go Back
Occurs before exception is drawing on map.
Event Arguments |
---|
DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Occurs after exception is drawn on map.
Event Arguments |
---|
DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Event Arguments |
---|
SendingWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
Event Arguments |
---|
SentWebRequestEventArgs<!– ThinkGeo.MapSuite.Core.SentWebRequestEventArgs –> |
<!– ThinkGeo.MapSuite.AndroidEdition.GoogleMapsTileOverlay –> Go Back
NOTOC AndroidEdition ThinkGeo.MapSuite.AndroidEdition UpdateDocumentation
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.