Permissions state for the coarseLoaction alias. On Android, it requests/checks ACCESS_COARSE_LOCATION. On Android 12+, users can choose between Approximate location (ACCESS_COARSE_LOCATION) and Precise location (ACCESS_FINE_LOCATION). On iOS, it will have the same value as the location alias.
Permission state for the location alias. On Android, it requests/checks both ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION permissions. On iOS, it requests/checks location permissions.
High accuracy mode (such as GPS, if available) Will be ignored on Android 12+ if users didn’t grant the ACCESS_FINE_LOCATION permission (coarseLocation permission).
maximumAge
number
The maximum age in milliseconds of a possible cached position that is acceptable to return. Default: 0 Ignored on iOS
timeout
number
The maximum wait time in milliseconds for location updates. On Android the timeout gets ignored for getCurrentPosition. Ignored on iOS