I'm using this code:
setMyLocationEnabled(true)
in order for google to detect my location, however it is extremely unresponsive and updates every 5-10 seconds - this is pretty slow especially in the car.
Do I have to set some criteria in order to fix this? Should I set up my own location manager? If so, can you please guide me through tutorials and code snippets?
Thanks.