MapboxMapController

constructor(mapView: MapView, account: XweatherAccount)

Parameters

mapView

Host MapView (must be the Mapbox map you display).

account

Xweather credentials for MapController.service and tile URLs.


constructor(mapView: MapView, baseContext: Context, account: XweatherAccount, lifecycleOwner: LifecycleOwner)

Deprecated

Please use MapboxMapController(mapView: MapView, account: XweatherAccount) instead.

Parameters

mapView

Host MapView.

baseContext

Unused; retained for binary compatibility.

account

Xweather credentials.

lifecycleOwner

Unused; retained for binary compatibility.