|
|
|
|
|
- Retrieved properties
- Notes
- Modo de funcionamiento en iPhone/iPad
- Required permissions
- Android 12 specific case
- Browsers allowing the geolocation
GPSFollowMovement (Function) Requests to be notified periodically of the device's current location.
// Enables a procedure to receive the device's location at regular intervals GPSFollowMovement(MovementProc)
PROCEDURE MovementProc(pos is geoPosition)
Info("Latitude: " + pos.Latitude)
Info("Longitude: " + pos.Longitude)
Sintaxis
Disabling the notification mechanism
GPSFollowMovement()
Observaciones Android 12 specific case To execute the procedure called by GPSFollowMovement when the application is in the background, it is necessary to run a persistent thread ( ThreadPersistent). Componente: wd300java.dll
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|