IExpoFpLocationProvider

Interface for embedding a location provider into a plan.

Important: The plan will call startUpdatingLocation when it appears. It will call stopUpdatingLocation when it disappears, unless this provider is set as a global provider via ExpoFpGlobalLocationProvider.

Inheritors

Properties

Link copied to clipboard

Delegate to receive location provider events.

Functions

Link copied to clipboard
abstract suspend fun startUpdatingLocation()

Start updating location. Called automatically when the plan appears.

Link copied to clipboard
abstract fun stopUpdatingLocation()

Stop updating location. Called automatically when the plan disappears (if not global).