|
- Retrieved properties
- Notes
- Operating mode in iPhone/iPad
- Required permissions
- Required application feature
- Browsers allowing the geolocation
GPSFollowMovement (Function) In french: GPSSuitDéplacement
// Enables a procedure to receive the device's location at regular intervals GPSFollowMovement(MovementProc)
// Procedure PROCEDURE MovementProc(pos is geoPosition) Info(" Latitude: " + pos.Latitude) Info(" Longitude: " + pos.Longitude)
Syntax
Disabling the notification mechanism
GPSFollowMovement()
Related Examples:
|
Android (WINDEV Mobile): Android GPS
[ + ] This example presents the use of the GPS functions of WLanguage in an Android application. It is used to retrieve at regular interval: - The latitude - The longitude - The altitude - The speed - The direction
|
|
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…
|
|
|
| |
| | https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/519-busca-endereco-rota-endereco-das-coordendas-523/read.awp?hl=enderecodascoordenadas
https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/2875-informatica-exemplo-google-maps-com-json-retornando-distancia/read.awp?lastview |
|
|
|
| |
| |
| |
| |
| |
| |
| | |
| |