- Issue created by @Hikkypo
- 🇩🇪Germany christianadamski Berlin, Germany
I do not have an answer ready, but the by API you mean the PHP side? Like in the geolocaitonGooglePlaceAPI.php Plugin?
That one calls https://maps.googleapis.com/maps/api/place/details/json under the hood.
The widget works with the JS API instead. File geolocation-google-places-api-geocoder.js in v3. Calling JS google.maps.places.PlacesService.getDetails().
I assume these give different results? Or they determine different "Place ID"?
Can you test that?