Giners / mui-places-autocomplete

Google Material Design (Material-UI) styled React component using Google Maps Places Autocomplete
MIT License
34 stars 26 forks source link

New: Add geocoding utility functions (fixes #34) #36

Closed Giners closed 6 years ago

Giners commented 6 years ago

This PR is for adding utility functions to perform geocoding requests using the Google Maps JavaScript API. Those that are interested in it can use the geocoding utility functions named 'geocodeByPlaceID' and 'geocodeBySuggestion' to get the latitude and longitude of a suggestion.