I need help with code to add Multiple Map Pins onto a Google Map.
OnSelect will launch the Google Map outside of the PowerApps.
I am currently using the following code to launch Google Maps with the address of the selected item(Account) in BrowseGallery1 with the DataSource of AcctMain:
Launch("http://www.google.com/maps/search/?api=1&query="&Address1&City&State&PostalCode)
Now I need to launch Google Maps with the addresses of all items(Accounts) in BrowseGallery1 with the DataSource of AcctMain.
Any help would be greatly appreciated. Thanks, Marc...
Solved! Go to Solution.
@TerrenceP @MarcBailey @Ekelund @ericonline
Hi all. I found a way to map multiple points (Still a static map though).
I have a collection of GPS , using Concat function to put them together after the html link.....
Example App
Hi @MarcBailey,
You might need to write some scripts for the Google Map to display multiple Markers.
Based on what I know, there is no proper way to manage it within PowerApps.
In addition, to have Google Map showing within image control, follow the guide below:
Displaying a Map using an image Control in PowerApps and Bing Maps or Google Maps API
For Multiple markers, check:
Google Maps APIs for Multiple Locations
Regards,
Michael
Hi Michael,
Thanks for the insight - will continue to research. My intent is to Launch Google Maps outside of PowerApps and hopefully pass the addresses into the https script. I will let you know if I come up with something.
Thanks, Marc...
Hi @MarcBailey,
Any results you can share on this topic? I'm interested in using this solution as well.
Thanks
Did you find a solution? I am very interested in hearing about how this has been solved. I need excatly the same
Hi @MarcBailey, did you manage to find solution to this? I am attempting to do the same. Thanks
@TerrenceP @MarcBailey @Ekelund @ericonline
Hi all. I found a way to map multiple points (Still a static map though).
I have a collection of GPS , using Concat function to put them together after the html link.....
Example App
Very nice. this got me a step further
@luuminhvuong93 I am not having any luck with this. I am trying to display all the markers via a list box.
"https://maps.googleapis.com/maps/api/staticmap?" & "&size=600x600&" & "formatpng&markers=color:red%7C" & Concat( Filter( Inventory, Address = ListBox1_1.Selected.Result ), Location.Latitude & "," & Location.Longitude, "%7C" ) & "&key=" & txtGoogleMapsKey
Whit this code all I get is the one marker at my current location.
Any idea what is going on?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
191 | |
54 | |
42 | |
38 | |
33 |
User | Count |
---|---|
257 | |
78 | |
74 | |
71 | |
68 |