LocationCallback

A callback interface for handling location-related events and errors.

Functions

Link copied to clipboard
abstract fun onError(throwable: Throwable)

Called when an error occurs while handling location-related events.

Link copied to clipboard
abstract fun onLocationSent(event: Location)

Called when a location is successfully sent.