[ad_1]
@sybilrondeau This plugin does not use any of the Google Maps display APIs and it is fully GDPR compliant.
GDPR is not about all communication, no matter what, it is specific and very well-defined. GDPR specifically covers user data and no user data is shared through the Places API.
Here is an example of the request URL:
https://maps.googleapis.com/maps/api/place/details/json?api_key=HIDDEN&placeid=Chabc123-456abc-789def8z&fields=place_id,reviews
As you can see, no user information is shared here, there are no cookies or JavaScript data objects, it’s all handled server-to-server.
