MapLibre Native Android
Toggle table of contents
13.4.1
openglRelease
Target filter
openglRelease
Switch theme
Search in API
Skip to content
MapLibre Native Android
MapLibre Native Android
/
org.maplibre.android.maps
/
MapLibreMap
/
CancelableCallback
Cancelable
Callback
interface
CancelableCallback
(
source
)
Interface definition for a callback to be invoked when a task is complete or cancelled.
Members
Functions
on
Cancel
Link copied to clipboard
abstract
fun
onCancel
(
)
Invoked when a task is cancelled.
on
Finish
Link copied to clipboard
abstract
fun
onFinish
(
)
Invoked when a task is complete.