Use map with marker already #820
Unanswered
ElBidouilleur
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately, this doesn't work with this library (but it's actually an interesting Idea). You would need to have the positions (lat/lng) for the markers to add them to a map. However, you can embed the map from mymaps into your site via an iframe. You get the embed-code with the "Share > Embed on my site" when viewing the map. ![]() There is also the option to export the map as kml, which will give you an kml file with the data from the map. You can then either write a small script to convert that to json to use it in your application or maybe even use it directly with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My client wants a map. To do this, he gave me a link to a Google My Map with markers already placed on it. I can't find in the documentation how to add this map and display my client's markers without having to enter them manually in my app, as he will be adding new points from time to time.
Have a nice day, and thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions