onLocationUpdated

abstract fun onLocationUpdated(context: Context, location: Location, user: RadarUser)

Tells the receiver that the current user's location was updated and synced to the server.

Parameters

context

The context.

location

The location.

user

The current user.