What is the behavior of the 'auto' mode?
Details section of the README.md file, describing options, says:
`locationProvider` (string, Android-only) - Either `playServices`, `android`, or `auto`. Determines wether to use **Google’s Location Services API** or **Android’s Location API**. The `auto` mode defaults to `android`, and falls back to **Android's Location API** if play services aren't available.
Shouldn't it be:
The auto mode defaults to playServices...?
What is the behavior of the 'auto' mode?
Details section of the README.md file, describing options, says:
Shouldn't it be:
The
automode defaults toplayServices...?