on Client Location Updated
abstract fun onClientLocationUpdated(context: Context, location: Location, stopped: Boolean, source: Radar.RadarLocationSource)
Content copied to clipboard
Tells the receiver that client's location was updated but not necessarily synced to the server. To receive server-synced location updates and user state, use onLocationUpdated instead.
Parameters
context
The context.
location
The location.
stopped
A boolean indicating whether the client is stopped.
source
The source of the location.