android - Is there a way of forcing a Network Fix location? -


i'm making first app here, use both gps , network (for when gps not available) update location. i'm testing how network location works alone, find takes bit of time retrieve real location, < 1500m accuracy. (i take google maps example) notice i'm off accuracy circle , takes while update, , when "a while" more 30 secs or minute.

so question is, there way of forcing location update using network provider?

if using mylocationoverlay think have no control on location update intervals.

you can try implement own overlay item own undelying location update code can specify own values location update frequency. see overlay , locationmanager docs details.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -