Skip to content

Commit

Permalink
Readme: location features on Android (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 authored Jul 4, 2020
1 parent af326c9 commit 576d28e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ Support for offline maps is available by *"side loading"* the required map tiles
```

## Location features
To enable location features in an **Android** application:

To enable location features in an iOS application:
You need to declare the `ACCESS_COARSE_LOCATION` or `ACCESS_FINE_LOCATION` permission in the AndroidManifest.xml and starting from Android API level 23 also request it at runtime. The plugin does not handle this for you. The example app uses the flutter ['location' plugin](https://pub.dev/packages/location) for this.

To enable location features in an **iOS** application:

If you access your users' location, you should also add the following key to your Info.plist to explain why you need access to their location data:

Expand Down

0 comments on commit 576d28e

Please sign in to comment.