realLocationProviderFactory

var realLocationProviderFactory: DeviceLocationProviderFactory?

A DeviceLocationProviderFactory that contains a custom DeviceLocationProvider implementation used with Dash. NOTE: This implementation should emit only real locations (i. e. not simulated or fake).

If null (default), a provider will be created under-the-hood.