onLocationUpdateReceived

abstract fun onLocationUpdateReceived(locations: List<Location>)

Report when location has changed.

Parameters

locations

a batch of locations, ordered from oldest to newest, generated during the location updates interval.