/tripkit/TripKitAndroidUI/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 | abstract fun locationError(error: String) Called when an error occurred. |
locationFound | abstract fun locationFound(location: Location) Called when a location is found. |