onClientLocationUpdated

abstract fun onClientLocationUpdated(context: Context, location: Location, stopped: Boolean, source: Radar.RadarLocationSource)

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.