Skip to content

Add Autocomplete functionality powered by google API - #37

Merged
HarshdipD merged 9 commits into
HarshdipD:mainfrom
sooster910:main
Oct 31, 2020
Merged

Add Autocomplete functionality powered by google API#37
HarshdipD merged 9 commits into
HarshdipD:mainfrom
sooster910:main

Conversation

@sooster910

Copy link
Copy Markdown
Contributor

Make sure that put API
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places&key=YOUR_API_KEY"></script>
Go to generate API KEY

let countryRestrict = { country: [] }; : empty array of country returns cities from all country.
For example, country: ['USA'] returns cities from only United States.

@HarshdipD HarshdipD linked an issue Oct 31, 2020 that may be closed by this pull request

@Prakort Prakort left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sooster910 I've reviewed and tested it 😃. Great job 🎃

@HarshdipD
HarshdipD merged commit 005d83d into HarshdipD:main Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Geocoding for location

3 participants