enableRealtimeGeolocationMode

open fun enableRealtimeGeolocationMode(@NonNull context: Context, enabled: Boolean): Boolean

Enable/Disable the realtime geolocation mode

Return

true if the changes has been applied, false otherwise

Parameters

context

the application context

enabled