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 inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad.
*System.Object ThinkGeo.MapSuite.AndroidEdition.Overlay *ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay ThinkGeo.MapSuite.AndroidEdition.EditInteractiveOverlay ThinkGeo.MapSuite.AndroidEdition.ExtentInteractiveOverlay ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Default constructor of this abstract class. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | This method will simulate the Close interaction. | |
![]() | Overlay | This method dispose unmanaged resource used in this class. | |
![]() | InteractionArguments | This method will simulate the DoubleTap interaction. | |
![]() | 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 | ||
![]() | Object | ||
![]() | MapArguments | Overlay | This method initializes overlay object. |
![]() | InteractionArguments | This method will simulate the LongPress interaction. | |
![]() | 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. | |
![]() | InteractionArguments | This method will simulate the SingleTap interaction. | |
![]() | Object | ||
![]() | InteractionArguments | This method will simulate the TouchDown interaction. | |
![]() | InteractionArguments | This method will simulate the TouchMove interaction. | |
![]() | InteractionArguments | This method will simulate the TouchPointerDown interaction. | |
![]() | InteractionArguments | This method will simulate the TouchUp interaction. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Overlay | This protected virtual method is the Core method of Close API. | |
![]() | Boolean | Overlay(overriden) | This method dispose unmanaged resource used in this class. |
![]() | InteractionArguments | This protected virtual method is the Core method of MouseDoubleClick API. | |
![]() | MapArguments, OverlayRefreshType | Overlay(overriden) | This method draws the InterativeOverlay abstract class. You have to override this API in its sub concrete classes, Or you will see nothing. |
![]() | 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. |
![]() | Object(overriden) | ||
![]() | Overlay | This method returns the bounding box of the Overlay. | |
![]() | MapArguments | Overlay(overriden) | This protected virtual method is the Core method of Initialize API. |
![]() | InteractionArguments | This protected virtual method is the Core method of LongPress API. | |
![]() | Object | ||
![]() | DrawingExceptionOverlayEventArgs | Overlay | This method raises before the overlay is drawing exception. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | This method raises after the overlay is drawn exception. |
![]() | Overlay | This protected virtual method is the Core method of Open API. | |
![]() | TransformArguments, MapArguments | Overlay(overriden) | This protected virtual method is the Core method of PostTransform API. |
![]() | 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. | |
![]() | InteractionArguments | This protected virtual method is the Core method of SingleTap API. | |
![]() | InteractionArguments | This protected virtual method is the Core method of TouchDown API. | |
![]() | InteractionArguments | This protected virtual method is the Core method of TouchMove API. | |
![]() | InteractionArguments | This protected virtual method is the Core method of TouchPointerDown API. | |
![]() | InteractionArguments | This protected virtual method is the Core method of TouchUp API. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | Gets or sets the attribution for this overlay. |
![]() | 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. |
![]() | TileView | Gets or sets Overlay's the interactiveView. | |
![]() | Boolean | Overlay | This property gets if this overlay is empty or not. |
![]() | Boolean | Overlay | Gets or sets if this overlay is visible. |
![]() | MapArguments | Overlay | Gets or sets the mapArguments for this overlay. |
![]() | String | Overlay | Gets or sets the name of this overaly. |
![]() | Double | Overlay | Gets or sets the opacity for this overlay. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
![]() | DrawingExceptionOverlayEventArgs | Overlay | Occurs before exception is drawing on map. |
![]() | DrawnExceptionOverlayEventArgs | Overlay | Occurs after exception is drawn on map. |
Default constructor of this abstract class.
Name | Type | Description |
---|
This method will simulate the Close interaction.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method dispose unmanaged resource used in this class.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
This method will simulate the DoubleTap interaction.
This method is the concrete wrapper for its virtual Core method.
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 |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> 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
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 LongPress interaction.
This method is the concrete wrapper for its virtual Core method.
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 |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> 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
This method will simulate the SingleTap interaction.
This method is the concrete wrapper for its virtual Core method.
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 |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method will simulate the TouchDown interaction.
This method is the concrete wrapper for its virtual Core method.
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 |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchMove interaction.
This method is the concrete wrapper for its virtual Core method.
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 |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchPointerDown interaction.
This method is the concrete wrapper for its virtual Core method.
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 |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method will simulate the TouchUp interaction.
This method is the concrete wrapper for its virtual Core method.
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 |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> 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
This method dispose unmanaged resource used in this class.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
isDisposing | Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) –> Go Back
This protected virtual method is the Core method of MouseDoubleClick API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This method draws the InterativeOverlay abstract class. You have to override this API in its sub concrete classes, Or you will see nothing.
This method draws the representation of the overlay based on the extent you provided.
When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
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(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
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
This protected virtual method is the Core method of Initialize API.
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(overriden) –> Go Back
This protected virtual method is the Core method of LongPress API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> 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
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
This protected virtual method is the Core method of PostTransform API.
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(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
This protected virtual method is the Core method of SingleTap API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This protected virtual method is the Core method of TouchDown API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This protected virtual method is the Core method of TouchMove API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This protected virtual method is the Core method of TouchPointerDown API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
This protected virtual method is the Core method of TouchUp API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
e | InteractionArguments<!– ThinkGeo.MapSuite.AndroidEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> Go Back
Gets or sets the attribution for this overlay.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> 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
Gets or sets Overlay's the interactiveView.
Return Type |
---|
TileView<!– ThinkGeo.MapSuite.AndroidEdition.TileView –> |
<!– ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay –> 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
Gets or sets if this overlay is visible.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> Go Back
Gets or sets the mapArguments for this overlay.
Return Type |
---|
MapArguments<!– ThinkGeo.MapSuite.AndroidEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.AndroidEdition.Overlay –> 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
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
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.