You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,10 @@ When promise resolves, returns the status of the authorization.
75
75
| maximumAge |`ms`|`INFINITY`| How long previous location will be cached |
76
76
| accuracy |`object`|`--`| {<br/> android: [Link](docs/accuracy.md#android),<br/> ios: [Link](docs/accuracy.md#ios)<br/>}<br /><br /> If not provided or provided with invalid value, falls back to use `enableHighAccuracy`|
77
77
| enableHighAccuracy | `bool` | `false` | Use high accuracy mode
-**successCallback**: Invoked with latest location info.
@@ -93,6 +94,7 @@ When promise resolves, returns the status of the authorization.
93
94
| fastestInterval | `ms` | `5000` | Fastest rate at which your application will receive location updates, which might be faster than `interval` in some situations (for example, if other applications are triggering location updates) (android only)
94
95
| showLocationDialog | `bool` | `true` | whether to ask to enable location in Android (android only)
95
96
| forceRequestLocation | `bool` | `false` | Force request location even after denying improve accuracy dialog (android only)
97
+
| forceLocationManager | `bool` | `false` | If set to `true`, will use android's default LocationManager API (android only)
96
98
| useSignificantChanges | `bool` | false | Uses the battery-efficient native significant changes APIs to return locations. Locations will only be returned when the device detects a significant distance has been breached (iOS only)
97
99
| showsBackgroundLocationIndicator | `bool` | false | This setting enables a blue bar or a blue pill in the status bar on iOS. When the app moves to the background, the system uses this property to determine whether to change the status bar appearance to indicate that location services are in use. Users can tap the indicator to return to your app. (iOS only)
0 commit comments