|
|
|
|
|
<Map>.EndOfMove (Function) In french: <Carte>.FinDéplacement
Not available
Stops following the device movement in a Map control. This tracking was started beforehand by <Map>.FollowMovement.
MAP_Position.FollowMovement()
...
MAP_Position.EndOfMove()
Syntax
<Map control>.EndOfMove()
<Map control>: Control name Name of the Map control to be used.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Sports
[ + ] This example is a sport application used to save your performances. The application calculates the distance, the time, the average speed and the number of calories spent according to the sport. The run is displayed on a map control via markers and an itinerary. The example also includes a server part used to synchronize the user data. This webservice is available in the WEBDEV "WW_Sports" example.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|