Android Question GPS Question

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I start the GPS and wait for locationchanged to get the coordinates. This works fine.

But I want the coordinates without a change of location. Is this possible?
 

DonManfred

Expert
Licensed User
Longtime User
No. The gps must calculate the location first... you should have to wait at least to the first locationchanged-event to get it...
 
Upvote 0
Top