GetFeatureCallback

@MapboxExperimental
fun interface GetFeatureCallback

Callback that returns the result of retrieving a feature.

param result The GeofenceState if the operation succeeds, or a GeofencingError otherwise.

Functions

Link copied to clipboard
abstract fun run(result: Expected<GeofencingError, GeofenceState>)