ExpoFpLocationProviderDelegate

Delegate to receive location provider events.

Important: When a plan presenter is initialized with a location provider, the presenter automatically becomes the provider's delegate.

If you need to listen to location updates in your app, do not set the presenter as the delegate for this purpose. Instead, update the location manually using IExpoFpPlanPresenter.selectCurrentPosition(position, focus).

Functions

Link copied to clipboard
abstract fun positionDidChange(newPosition: ExpoFpPosition)

Location update event.