List sights through the Google Maps API

1

I currently force the user to fill out all the sights by looping the code.

However, I wanted to know how to get this information from the sights automatically, more or less the way this hotel did: link

Where he searches for categories and separates.

    
asked by anonymous 17.11.2016 / 14:13

1 answer

1

Google has an API for this, called Google Places API. You can find her here: link

  

The features of the Google Places JavaScript library allow   app searches sites (defined in this API as outlets,   geographical locations or prominent points of interest) contained   in a defined area, such as the boundaries of a map or the neighborhood of a   fixed point.

This API is very complete, has options to get places based on a particular location or by type of place.

    
17.11.2016 / 14:57