I'm new with the Google's Fused Location API and I would like to know if there is any way of requesting a location update in any given time?
I know about setInterval() and setFastestInterval() but For example: If the user presses a button, can I get THE current location and not the last known? I just don't want to have the app working at very short intervals to conserve battery.
Thanks