ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Represents an animation pan tool which allows map pans to the position which users click using the transition effect.
This map tools mainly caputure the click event on the map and then pan to the location clciked with the transition effect, also user could define the delay (in milliseconds) of the click event. If user don't want this pan transition effect, and uesr could define his own client event using <strong>OnClick</strong> property.
*System.Object ThinkGeo.MapSuite.MvcEdition.MapTool *ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize an instance of the AnimationPanMapTool class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Int32 | The number of milliseconds between clicks before the event is considered a double-click. | |
![]() | Boolean | MapTool | Gets or sets a value that turns the feature on and off. |
![]() | String | Gets or sets the client-side script that executes when you click on the map using this Animation Pan map tool. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initialize an instance of the AnimationPanMapTool class.
Name | Type | Description |
---|
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Load this object from a json string.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
jsonString | String<!– System.String –> | a json string |
<!– ThinkGeo.MapSuite.MvcEdition.MapTool –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Returns a JSON string that represents the map control object.
This method returns a JSON string that instructs the client Javascript to create a specific client object.
Return Type | Description |
---|---|
String<!– System.String –> | A JSON string that represents the map control. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.MvcEdition.MapTool –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
The number of milliseconds between clicks before the event is considered a double-click.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool –> Go Back
Gets or sets a value that turns the feature on and off.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.MapTool –> Go Back
Gets or sets the client-side script that executes when you click on the map using this Animation Pan map tool.
There is a default parameter:e, which includes one parameter: “worldXY”
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.AnimationPanMapTool –> Go Back