PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WM 22] GPSFollowMovement stopped working
[WM 22] GPSFollowMovement stopped working
Débuté par Luis Antonio Gutiérrez Flores, 04 juin 2018 22:18 - Aucune réponse
Posté le 04 juin 2018 - 22:18
Good afternoon, I have an android app that uses the device location to show some information based on longitude and latitude, as of Friday everything was working fine, but today when trying the app, it never gets my current latitude and longitude, no code was modified, and it simply stopped working, any clues?

This is my code:

GPSFollowMovement(_GetPosition1,100)

PROCEDURE _GetPosition1(MyPosition is a geoPosition)
gsMiLatitud = MyPosition..Latitude
gsMiLongitud = MyPosition..Longitude
gMyCurrentPosition = GPSLastPosition()

And it is called when initializing the project, it hasn't been modified and was working