Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimaa-Hassan authored May 27, 2018
1 parent 0249d2d commit 9f8a3b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,16 @@ dispatch it after Map Loaded to show GPS button
}
```

**Don't forget to add permissions** to Info.plist
```
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>to show nearest area to you</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>to show nearest area to you</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>to show nearest area to you</string>
```

#### <a name="start_updating_location">Start Updating Location</a>

dispatch it after <a href="#LOCATION_SERVICE">check</a> location service to start updating user location and showing nearest places to user
Expand Down

0 comments on commit 9f8a3b3

Please sign in to comment.