Skip to content

Commit

Permalink
Merge pull request #210 from jmpridgen/master
Browse files Browse the repository at this point in the history
Default current location search to low accuracy
  • Loading branch information
guilhermepontes authored Sep 25, 2017
2 parents d3134d0 + 74d3681 commit 5b23343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GooglePlacesAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class GooglePlacesAutocomplete extends Component {

getCurrentLocation = () => {
let options = {
enableHighAccuracy: true,
enableHighAccuracy: false,
timeout: 20000,
maximumAge: 1000
};
Expand Down

0 comments on commit 5b23343

Please sign in to comment.