Bread Crumbs
Class for logging and displaying location history inside of a map view.
Types
Functions
call Method
Link copied to clipboard
open fun <T : NativeMethodsReceiver.NativeListener> callMethod(clazz: Class<T>, callback: NativeMethodsReceiver.NativeCallback<T>)
Content copied to clipboard
get Listeners
Link copied to clipboard
open fun <T : NativeMethodsReceiver.NativeListener> getListeners(clazz: Class<T>): MutableMap<T, Executor>
Content copied to clipboard
on Restore Instance
Link copied to clipboard
on Save Instance
Link copied to clipboard
register
Link copied to clipboard
set Visibility
Link copied to clipboard
Sets the visibility of the breadcrumbs.
unregister
Link copied to clipboard
open fun <T : NativeMethodsReceiver.NativeListener> unregister(clazz: Class<T>, listener: T): Int
Content copied to clipboard