AddFeatureCallback

@MapboxExperimental
fun interface AddFeatureCallback

Callback that returns the result of adding a feature to be monitored.

param result The feature identifier string if the operation succeeds, or a GeofencingError otherwise.

Functions

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