Package-level declarations

Types

Link copied to clipboard
open class AppleLocationEngine : LocationEngine

A LocationEngine that uses the Apple CLLocationManager API.

Link copied to clipboard
open class GoogleLocationEngine(context: Context, looper: Looper?) : LocationEngine

A LocationEngine that uses the Google Play Services Location API.

Link copied to clipboard
interface LocationEngine

Location engine that is used to fetch current location and listen to location updates.

Link copied to clipboard

The main entry point for location engine integration.

Link copied to clipboard
open class MapLibreLocationEngine(context: Context, looper: Looper?) : LocationEngine

Location engine, that using the default MapLibreLocation engine.