onLocationUpdateReceived

abstract fun onLocationUpdateReceived(@NonNull 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.