This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.trackinteractiveoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.androidedition.trackinteractiveoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay ====== | ====== ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad. | This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.AndroidEdition.Overlay]] | + | *ThinkGeo.MapSuite.AndroidEdition.Overlay |
- | ***[[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay]] | + | *ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay |
- | ****[[ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay]] | + | ***ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} TrackInteractiveOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TrackInteractiveOverlay()|TrackInteractiveOverlay]] | | | Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values. | | + | |
+ | * //Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetTrackingShape() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the Close interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method dispose unmanaged resource used in this class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DoubleTap(InteractionArguments)|DoubleTap]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the DoubleTap interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(MapArguments, OverlayRefreshType)|Draw]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method draws the overlay with the provided extent in world coordinate. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBox()|GetBoundingBox]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method gets a bounding box of the Overlay. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetTrackingShape()|GetTrackingShape]] | | | This method gets the current Tracking shape. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Initialize(MapArguments)|Initialize]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method initializes overlay object. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#LongPress(InteractionArguments)|LongPress]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the LongPress interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Open()|Open]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the Open interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostTransform(TransformArguments, MapArguments)|PostTransform]] | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will simulate the PostTransform interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|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. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SingleTap(InteractionArguments)|SingleTap]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the SingleTap interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchDown(InteractionArguments)|TouchDown]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchDown interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchMove(InteractionArguments)|TouchMove]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchMove interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchPointerDown(InteractionArguments)|TouchPointerDown]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchPointerDown interaction. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TouchUp(InteractionArguments)|TouchUp]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This method will simulate the TouchUp interaction. | | + | |
+ | * //This method gets the current Tracking shape.// | ||
+ | == Remarks == | ||
+ | * //This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided.// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | ||
+ | * Description:Returns a shape represents the current status of tracking shape. | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchUp(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchDown(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchMove(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} TouchPointerDown(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} SingleTap(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} DoubleTap(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} LongPress(InteractionArguments) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentsToRefresh// | ||
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,BufferTimeType) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTimeType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** | ||
+ | |||
+ | * //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 | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | ||
+ | |||
+ | * //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.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,BufferTimeType) ** | ||
+ | |||
+ | * //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|}} 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.AndroidEdition.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.AndroidEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //refreshType// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.TransformArguments|TransformArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.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|}} Open() ** | ||
+ | |||
+ | * //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 ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} EndTracking() ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This protected virtual method is the Core method of Close API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DoubleTapCore(InteractionArguments)|DoubleTapCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This protected virtual method is the Core method of MouseDoubleClick API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(MapArguments, OverlayRefreshType)|DrawCore]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawException(GeoCanvas, Exception)|DrawException]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawExceptionCore(GeoCanvas, Exception)|DrawExceptionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EndTracking()|EndTracking]] | | | This method ends the tracking shape by initialize some variables. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method returns the bounding box of the Overlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTrackingShapeCore()|GetTrackingShapeCore]] | | | This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore(MapArguments)|InitializeCore]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LongPressCore(InteractionArguments)|LongPressCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method raises before the overlay is drawing exception. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This method raises after the overlay is drawn exception. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs)|OnMouseMoved]] | [[ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] | | This event will be fired when mouse moved a vertex to the Tracking shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs)|OnTrackEnded]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] | | This event will be fired after the end of Tracking a shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs)|OnTrackEnding]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] | | This event will be fired before the end of Tracking a shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs)|OnTrackStarted]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] | | This event will be fired after the start of Tracking a shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs)|OnTrackStarting]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] | | This event will be fired before the start of Tracking a shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs)|OnVertexAdded]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] | | This event will be fired after adding a vertex to the Tracking shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs)|OnVertexAdding]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] | | This event will be fired before adding a vertex to the Tracking shape. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore()|OpenCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | This protected virtual method is the Core method of Open API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PostTransformCore(TransformArguments, MapArguments)|PostTransformCore]] | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore()|RefreshCore]] | | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|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. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SingleTapCore(InteractionArguments)|SingleTapCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseClick logic in its base class. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchDownCore(InteractionArguments)|TouchDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchMoveCore(InteractionArguments)|TouchMoveCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchPointerDownCore(InteractionArguments)|TouchPointerDownCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | This protected virtual method is the Core method of TouchPointerDown API. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TouchUpCore(InteractionArguments)|TouchUpCore]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]](overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. | | + | |
- | ==== Public Properties ==== | + | * //This method ends the tracking shape by initialize some variables.// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the attribution for this overlay. | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Bitmap|Bitmap]] | Bitmap | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.Overlay|Overlay]] | Gets or sets the drawingQuality for this overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#InteractiveView|InteractiveView]] | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay|InteractiveOverlay]] | Gets or sets Overlay's the interactiveView. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) | This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets if this overlay is visible. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the mapArguments for this overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the name of this overaly. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Gets or sets the opacity for this overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TrackMode|TrackMode]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]] | | Gets a mode of TrackOverlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TrackShapeLayer|TrackShapeLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the TrackShape layers which holds the track shapes. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#VertexCountInQuarter|VertexCountInQuarter]] | Int32 | | | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsInTracking|IsInTracking]] | Boolean | | This property gets or sets to sign that if there is any shape being tracking. | | + | * Description:N/A |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Vertices|Vertices]] | Collection<[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]> | | This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes. | | + | |
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingException|DrawingException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs before exception is drawing on map. | | + | ** {{wiki:ProtectedMethod.gif|}} TouchDownCore(InteractionArguments) ** |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnException|DrawnException]] | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] | Occurs after exception is drawn on map. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseMoved|MouseMoved]] | [[ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] | | This event will be fired when mouse moved on the vertex of tracking shape. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#TrackEnded|TrackEnded]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] | | This event will be fired after the end of tracking shape. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#TrackEnding|TrackEnding]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] | | This event will be fired before the end of tracking shape. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#TrackStarted|TrackStarted]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] | | This event will be fired after the start of tracking shape. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#TrackStarting|TrackStarting]] | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] | | This event will be fired before the start of tracking shape. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexAdded|VertexAdded]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] | | This event will be fired after a vertex added to the tracking shape. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#VertexAdding|VertexAdding]] | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] | | This event will be fired before a vertex added to the tracking shape. | | + | |
- | ===== Public Constructors ===== | + | * //This overrides the MouseDown logic in its base class InterativeOverlay.// |
- | ==== TrackInteractiveOverlay() ==== | + | == Remarks == |
- | Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values. | + | * //N/A// |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ===== Public Methods ===== | + | * Description:Interaction results of this method. |
- | ==== Close() ==== | + | |
- | This method will simulate the Close interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //interactionArguments// |
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:This parameter is the interaction auguments for the method. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} TouchMoveCore(InteractionArguments) ** |
- | ==== Dispose() ==== | + | |
- | This method dispose unmanaged resource used in this class. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This overrides the MouseMove logic in its base class InterativeOverlay.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ==== DoubleTap(InteractionArguments) ==== | + | * Description:Interaction results of this method. |
- | This method will simulate the DoubleTap interaction. | + | |
- | === Remarks === | + | |
- | 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. | + | == Parameters == |
- | === Return Value === | + | * //interactionArguments// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | * Description:This parameter is the interaction auguments for the method. |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} TouchUpCore(InteractionArguments) ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //This overrides the MouseUp logic in its base class InterativeOverlay.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Draw(MapArguments, OverlayRefreshType) ==== | + | * //N/A// |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | * Description:Interaction results of this method. |
- | | refreshType | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|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 --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //interactionArguments// |
- | ==== Equals(Object) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
- | === Return Value === | + | * Description:This parameter is the interaction auguments for the method. |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} SingleTapCore(InteractionArguments) ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //This overrides the MouseClick logic in its base class.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetBoundingBox() ==== | + | * //N/A// |
- | This method gets a bounding box of the Overlay. | + | |
- | === Remarks === | + | |
- | 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 Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ^ Return Type ^ Description ^ | + | * Description:Interaction results of this method. |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape indicating the bounding box of this overlay. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //interactionArguments// |
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:This parameter is the interaction auguments for the method. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} LongPressCore(InteractionArguments) ** |
- | ==== GetHashCode() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //This overrides the MouseDoubleClick logic in its base class InterativeOverlay.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ==== GetTrackingShape() ==== | + | * Description:Interaction results of this method. |
- | This method gets the current Tracking shape. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.Core.BaseShape --> | Returns a shape represents the current status of tracking shape. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //interactionArguments// |
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:This parameter is the interaction auguments for the method. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetTrackingShapeCore() ** |
- | ==== GetType() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | * //This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Initialize(MapArguments) ==== | + | * Description:Returns a shape represents the current status of tracking shape. |
- | This method initializes overlay object. | + | |
- | === Remarks === | + | |
- | This is a wrapper method for the virtual method InitializeCore. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | ** {{wiki:ProtectedMethod.gif|}} OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //This event will be fired after the end of Tracking a shape.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== LongPress(InteractionArguments) ==== | + | * //N/A// |
- | This method will simulate the LongPress interaction. | + | |
- | === Remarks === | + | |
- | 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 Value == |
- | === Return Value === | + | * Type:Void |
- | ^ Return Type ^ Description ^ | + | * Description:N/A |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] |
+ | * Description:The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) ** |
- | ==== Open() ==== | + | |
- | This method will simulate the Open interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This event will be fired before the end of Tracking a shape.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== PostTransform(TransformArguments, MapArguments) ==== | + | * Description:N/A |
- | This method will simulate the PostTransform interaction. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | transformInfo | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | This parameter maintains the transfrom information for calculating transform. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | * Description:The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised. |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) ** |
- | ==== Refresh() ==== | + | |
- | 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 === | + | |
- | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //This event will be fired before the start of Tracking a shape.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== SingleTap(InteractionArguments) ==== | + | * Description:N/A |
- | This method will simulate the SingleTap interaction. | + | |
- | === Remarks === | + | |
- | 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. | + | == Parameters == |
- | === Return Value === | + | * //e// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | * Description:The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised. |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //This event will be fired after the start of Tracking a shape.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ==== TouchDown(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] |
- | This method will simulate the TouchDown interaction. | + | * Description:The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised. |
- | === Remarks === | + | |
- | 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. | + | <div newline></div> |
- | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ** |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | | | + | |
- | === Parameters === | + | * //This event will be fired before adding a vertex to the Tracking shape.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== TouchMove(InteractionArguments) ==== | + | * Description:N/A |
- | This method will simulate the TouchMove interaction. | + | |
- | === Remarks === | + | |
- | 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. | + | == Parameters == |
- | === Return Value === | + | * //e// |
- | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | * Description:The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised. |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //This event will be fired after adding a vertex to the Tracking shape.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== TouchPointerDown(InteractionArguments) ==== | + | * //N/A// |
- | This method will simulate the TouchPointerDown interaction. | + | |
- | === Remarks === | + | |
- | 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 Value == |
- | === Return Value === | + | * Type:Void |
- | ^ Return Type ^ Description ^ | + | * Description:N/A |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] |
+ | * Description:The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised. | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) ** |
- | ==== TouchUp(InteractionArguments) ==== | + | |
- | This method will simulate the TouchUp interaction. | + | |
- | === Remarks === | + | |
- | 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. | + | * //This event will be fired when mouse moved a vertex to the Tracking shape.// |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ Description ^ | + | * //N/A// |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | ===== Protected Methods ===== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] |
- | ==== CloseCore() ==== | + | * Description:The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised. |
- | This protected virtual method is the Core method of Close API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== Dispose(Boolean) ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | isDisposing | Boolean<!-- System.Boolean --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //mapArguments// |
- | ==== DoubleTapCore(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] |
- | This protected virtual method is the Core method of MouseDoubleClick API. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //refreshType// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** |
- | ==== DrawCore(MapArguments, OverlayRefreshType) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | + | * //N/A// |
- | | refreshType | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawException(GeoCanvas, Exception) ==== | + | * Description:N/A |
- | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | + | |
- | === Remarks === | + | |
- | This method can be overriden its logic by rewrite the DrawExceptionCore. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //disposing// |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Type:Boolean |
- | | exception | Exception<!-- System.Exception --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** |
- | ==== 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. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * //N/A// |
- | | ex | Exception<!-- System.Exception --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== EndTracking() ==== | + | * Description:N/A |
- | This method ends the tracking shape by initialize some variables. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //mapArguments// |
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} TouchPointerDownCore(InteractionArguments) ** |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ==== GetBoundingBoxCore() ==== | + | * Description:N/A |
- | This method returns the bounding box of the Overlay. | + | |
- | === Remarks === | + | |
- | This method returns the bounding box of the Overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This method returns the bounding box of the Overlay. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DoubleTapCore(InteractionArguments) ** |
- | ==== GetTrackingShapeCore() ==== | + | |
- | This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.Core.BaseShape --> | Returns a shape represents the current status of tracking shape. | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]] |
- | ==== InitializeCore(MapArguments) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //e// |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} PostTransformCore(TransformArguments,MapArguments) ** |
- | ==== LongPressCore(InteractionArguments) ==== | + | |
- | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //transformInfo// |
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | * //mapArguments// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] |
- | ==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== | + | * Description:N/A |
- | This method raises before the overlay is drawing exception. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== | + | * //N/A// |
- | This method raises after the overlay is drawn exception. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | args | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | This parameter is the event argument for DrawingException event. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** |
- | This event will be fired when mouse moved a vertex to the Tracking shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs --> | The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) ==== | + | * Description:N/A |
- | This event will be fired after the end of Tracking a shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs --> | The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised. | | + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) ==== | + | * //N/A// |
- | This event will be fired before the end of Tracking a shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs --> | The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //extent// |
- | ==== OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | This event will be fired after the start of Tracking a shape. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs --> | The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) ==== | + | * //N/A// |
- | This event will be fired before the start of Tracking a shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs --> | The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
- | This event will be fired after adding a vertex to the Tracking shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs --> | The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ==== | + | * Description:N/A |
- | This event will be fired before adding a vertex to the Tracking shape. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs --> | The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised. | | + | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OpenCore() ==== | + | * //N/A// |
- | This protected virtual method is the Core method of Open API. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //geoCanvas// |
- | ==== PostTransformCore(TransformArguments, MapArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //exception// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Exception |
- | | transformInfo | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | | | + | * Description:N/A |
- | | mapArguments | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** |
- | ==== 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. | + | |
- | === Remarks === | + | |
- | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== SingleTapCore(InteractionArguments) ==== | + | * Description:N/A |
- | This overrides the MouseClick logic in its base class. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //geoCanvas// |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | * //ex// |
- | [[#Protected Methods|Go Back]] | + | * Type:Exception |
- | ==== TouchDownCore(InteractionArguments) ==== | + | * Description:N/A |
- | This overrides the MouseDown logic in its base class InterativeOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== TouchMoveCore(InteractionArguments) ==== | + | * //N/A// |
- | This overrides the MouseMove logic in its base class InterativeOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ==== TouchPointerDownCore(InteractionArguments) ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] |
- | This protected virtual method is the Core method of TouchPointerDown API. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** |
- | | e | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== TouchUpCore(InteractionArguments) ==== | + | * //N/A// |
- | This overrides the MouseUp logic in its base class InterativeOverlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveResult --> | Interaction results of this method. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | interactionArguments | [[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | This parameter is the interaction auguments for the method. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ===== Public Properties ===== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] |
- | ==== Attribution ==== | + | * Description:N/A |
- | Gets or sets the attribution for this overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== Bitmap ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Bitmap<!-- Android.Graphics.Bitmap --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | * //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.AndroidEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== DrawingQuality ==== | + | * Description:N/A |
- | Gets or sets the drawingQuality for this overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== InteractiveView ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | Gets or sets Overlay's the interactiveView. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsEmpty ==== | + | * //N/A// |
- | This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Object |
- | ==== IsVisible ==== | + | * Description:N/A |
- | Gets or sets if this overlay is visible. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== MapArguments ==== | + | ==== Public Properties ==== |
- | Gets or sets the mapArguments for this overlay. | + | ** {{wiki:PublicProperty.gif|}} IsEmpty ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | * //This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance.// |
- | | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> | | + | == Remarks == |
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TrackShapeLayer ** | ||
+ | |||
+ | * //This property gets the TrackShape layers which holds the track shapes.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} VertexCountInQuarter ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Bitmap ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Bitmap | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TrackMode ** | ||
+ | |||
+ | * //Gets a mode of TrackOverlay.// | ||
+ | == Remarks == | ||
+ | * //The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes at the client side.// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} InteractiveView ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] | ||
+ | |||
+ | ** {{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|}} IsVisible ** | ||
+ | |||
+ | * //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:[[ThinkGeo.MapSuite.AndroidEdition.MapLayout|MapLayout]] | ||
+ | |||
+ | ** {{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.AndroidEdition.MapArguments|MapArguments]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} Vertices ** | ||
+ | |||
+ | * //This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]> | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsInTracking ** | ||
+ | |||
+ | * //This property gets or sets to sign that if there is any shape being tracking.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} TrackEnded ** | ||
+ | * //This event will be fired after the end of tracking shape.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Name ==== | + | |
- | Gets or sets the name of this overaly. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} TrackEnding ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired before the end of tracking shape.// |
- | ==== Opacity ==== | + | == Remarks == |
- | Gets or sets the opacity for this overlay. | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TrackMode ==== | + | |
- | Gets a mode of TrackOverlay. | + | |
- | === Remarks === | + | |
- | The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes at the client side. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TrackMode|TrackMode]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} TrackStarted ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired after the start of tracking shape.// |
- | ==== TrackShapeLayer ==== | + | == Remarks == |
- | This property gets the TrackShape layers which holds the track shapes. | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== VertexCountInQuarter ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} TrackStarting ** |
- | [[#Public Properties|Go Back]] | + | * //This event will be fired before the start of tracking shape.// |
- | ===== Protected Properties ===== | + | == Remarks == |
- | ==== IsInTracking ==== | + | * //N/A// |
- | This property gets or sets to sign that if there is any shape being tracking. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ==== Vertices ==== | + | |
- | This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Vertex} --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexAdded ** |
- | [[#Protected Properties|Go Back]] | + | * //This event will be fired after a vertex added to the tracking shape.// |
- | ===== Public Events ===== | + | == Remarks == |
- | ==== DrawingException ==== | + | * //N/A// |
- | Occurs before exception is drawing on map. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== DrawnException ==== | + | |
- | Occurs after exception is drawn on map. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} VertexAdding ** |
- | [[#Public Events|Go Back]] | + | * //This event will be fired before a vertex added to the tracking shape.// |
- | ==== MouseMoved ==== | + | == Remarks == |
- | This event will be fired when mouse moved on the vertex of tracking shape. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== TrackEnded ==== | + | |
- | This event will be fired after the end of tracking shape. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackEndedTrackInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} MouseMoved ** |
- | [[#Public Events|Go Back]] | + | * //This event will be fired when mouse moved on the vertex of tracking shape.// |
- | ==== TrackEnding ==== | + | == Remarks == |
- | This event will be fired before the end of tracking shape. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackEndingTrackInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== TrackStarted ==== | + | |
- | This event will be fired after the start of tracking shape. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackStartedTrackInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== TrackStarting ==== | + | == Remarks == |
- | This event will be fired before the start of tracking shape. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.TrackStartingTrackInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== VertexAdded ==== | + | |
- | This event will be fired after a vertex added to the tracking shape. | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddedTrackInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
- | [[#Public Events|Go Back]] | + | * //N/A// |
- | ==== VertexAdding ==== | + | == Remarks == |
- | This event will be fired before a vertex added to the tracking shape. | + | * //N/A// |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.VertexAddingTrackInteractiveOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TrackInteractiveOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:AndroidEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||