ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
462 stars 114 forks source link

How to get Long Lang cordinates? #208

Closed MariuzM closed 1 year ago

MariuzM commented 1 year ago

When using like so

  const { placePredictions, getPlacePredictions } = usePlacesService({
    apiKey: '',
  });

How can get lang long coordinate?

yaroslav-perec commented 1 year ago

Hi!

Check out the complete example from the docs, I think you can use placesService.getDetails({ placeId }) to get the coordinates for the selected location