locationProvider

@get:RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
@set:RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract var locationProvider: LocationProvider

The LocationProvider used by the TomTomNavigation for providing location updates to the navigation.

Throws

if the instance of TomTomNavigation is closed.