Skip to content

Commit 3af36de

Browse files
committed
chore: extend locationTimeoutMillisAndroid documentation
1 parent e40aafc commit 3af36de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ void doInit() async {
225225
```
226226

227227
For Android platform it's possible to configure the location retrieval timeout by setting the `locationTimeoutMillisAndroid` option to a desired value. By default, it's set to 5 seconds.
228+
The SDK will delay identification up to the specified timeout to collect the device location. If it cannot collect the location information within the specified time, identification continues without location information.
228229

229230
```dart
230231
void doInit() async {

0 commit comments

Comments
 (0)