|
|
|
|
- Required application feature
MapEndOfMove (Function) In french: CarteFinDéplacement Stops following the device movement in a Map control. This tracking was started beforehand by MapFollowMovement.
// Start movement tracking in the Map control MapFollowMovement(MAP_Position) ... // Stops following the movement in the Map control MapEndOfMove(MAP_Position) Syntax
MapEndOfMove([<Map control>])
<Map control>: Optional control name Name of the Map control to be used. If this parameter corresponds to an empty string ("") or is not specified, the Map control to which the current event belongs will 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|