Skip to content

Commit

Permalink
Update Places.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanjamil-magma committed Feb 28, 2020
1 parent 932f62f commit 1b98b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Places.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ OnSearchResult callback = new OnSearchResult() {
```
7. Pass params and `OnSearchResult` callback instance to the `SearchManager.request()` method. You will received events callbacks.
``` java
searchManager.request(url, params, callback);
searchManager.request(params, callback);
```
> **Note:** Call SearchManager.request (String, Params) for search query after an interval of minimum 3 seconds because of network limitations applied on our servers otherwise all your request will be suspended
Expand Down

0 comments on commit 1b98b45

Please sign in to comment.