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.

Link copied to clipboard

Indicates whether the location is currently updating or not.

Functions

Link copied to clipboard

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).