Android Question GPS get location of current point

Kiran Raotole

Active Member
Licensed User
Hii,

I want Latitude and Longitude of current location.
I'm using GPS library.

gps_LocationChanged procedure give values of lat and long.
this procedure run when my position change.
I want position as gps start.

what is solution?
 

DonManfred

Expert
Licensed User
Longtime User
what is solution?
There is no solution. GPS needs some time to find enough satellites to find a good Position fix. It can take some time.
It does NOT (or much weak) work indoors.

Alternative can be FusedLocationProvider or maybe GeoLocation library. But it only give last known result.
 
Upvote 0
Top