Reputation: 63
Can any one please suggest me to use any standard API to get the nearby hotel list based on the User GPS location.
Thanks in advance
Upvotes: 0
Views: 424
Reputation: 4427
Using the Google Places API you could perform a Places Search Request where location
is the users lat,lng and types=lodging
to search for hotels:
You will need to follow the instructions here to obtain an API Key to use the service.
Upvotes: 1