create
abstract fun create(settings: BaseLocationManager.Settings, coroutineScope: CoroutineScope): BaseLocationManager
Creates a BaseLocationManager
Parameters
settings
the Settings to configure the location manager
coroutineScope
the CoroutineScope the location manager runs on