ravi
ravi

Reputation: 2782

How to retrieve Latitude and Longitude quickly in android?

I am using LocationManager to get the values of Latitude and Longitude of a user.

In some of the devices onLocationChanged is called quickly and in some devices a bit late. Is this problem depends on device or anything else. Please help me.

Upvotes: 0

Views: 44

Answers (1)

Matt Clark
Matt Clark

Reputation: 28589

The frequency that this is called depends on nothing other then the LocationManager and the device itself.

Upvotes: 1

Related Questions