tripkit-android / com.skedgo.tripkit.ui.locationhelper / LocationHelper / OnLocationFoundListener

OnLocationFoundListener

interface OnLocationFoundListener

Interface definition for a callback that will be called when a location is either found, or an error occurs.

Functions

Name Summary
locationError Called when an error occurred.abstract fun locationError(error:String):Unit
locationFound Called when a location is found.abstract fun locationFound(location:Location):Unit