Status Update
Comments
ka...@google.com <ka...@google.com>
ka...@google.com <ka...@google.com> #2
Thank you for the post,
To clarify, are you requesting access to your Google Maps saved places through the Google Maps API? If so, we have an open feature request for this functionality. You can track its progress on this link:
If your request is for an API to access saved lists of locations within a third-party CMS, please note that we do not directly support integration with third-party CMS platforms. We do not have plans to implement this feature in the near future. However, we encourage you to explore online resources and community forums related to your specific CMS for specific implementation details and methods you can use to extract and process the data you need.
As a reminder, please ensure that your use case complies with the
re...@gmail.com <re...@gmail.com> #3
I have this issue where I want to access the Google Maps saved places list. I have a dashboard where I want to be able to add a saved places list URL and then extract its data through the Google Maps API, but that is not possible. This project is really strict on this feature and I'd like to be able to finish this.
Description
I am working on a project where I need the CMS to add a google maps list with some locations saved on it and I need to get that list on frontend, extract the data from it and show the location pins on google maps using the @react-google-maps/api library. The problem is that I cannot access the list, we also need to show the pins one by one but also have the list URL contained in a QR Code where the user of the platform can scan and be redirected to that list. Can someone help me with this?