PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM 22] GPSFollowMovement stopped working
[WM 22] GPSFollowMovement stopped working
Iniciado por guest, 04,jun. 2018 22:18 - No hay respuesta
Publicado el 04,junio 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