I’m trying to add a Map element to an app that I’m developing. I know how to add a google map, and add overlays through the many tutorials there are online. What I want to do however is link to a google map that I’ve already created online in google maps “My Places” (this has around 100 place markers that regularly change). Is there a way to do this?
Share
I’ve decided to just pass the information over to google maps app and let them help by creating a button that simply launches google maps with the link to the specific map as a DataUri. Heres the code below for my solution, if anyone else with a similar need stumbles across this.