When setting up receiving location update with LocationServices.FusedLocationApi.requestLocationUpdates
, I need to make sure I get at least one location.
For example, if the device has been still for a long time, after calling LocationServices.FusedLocationApi.requestLocationUpdates
does it fire with last known location? Or do I have to call LocationServices.FusedLocationApi.getLastLocation
too?