Dan-Yoo / hoppn

Destination Finder using Google Maps API
0 stars 0 forks source link

Add all filters possible when performing search (nearbySearch only for now) #6

Open Dan-Yoo opened 6 years ago

Dan-Yoo commented 6 years ago

-add all possible filters for the google nearby place search. refer to https://googlemaps.github.io/google-maps-services-js/docs/GoogleMapsClient.html for required parameters and optional as well as the data type. (placeNearby method)

-ensure that required parameters are present and put some sort of indication -proper validation to search button (disable if form is not valid) -sync with backend later, for now, make sure that the proper values will be sent to backend (log the output right before it hits the backend layer)

Dan-Yoo commented 6 years ago

google place types : https://developers.google.com/places/web-service/supported_types google nearby palce search explanation: https://developers.google.com/places/web-service/search#PlaceSearchRequests