function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rajat Maheshwari 6rajat Maheshwari 6 

Use Iframe for google map

Hi Team,

Hope you are doing great !!!!

I am stuck at issue : - 
How can I embed Google Map API in an Iframe and show multiple locations in a single map. I found one url which are only working in iframe - 

<apex:iframe src="https://www.google.com/maps/embed/v1/place?q=37.914666450521390,-121.260551330024730&zoom=13&maptype=roadmap&key=APIKEY"></apex:iframe>

but here I am facing problem like, I am only able to see for particular Lat,Long but not for multiples.Could you please help me to showing the google map for multiple lat and long using the url which will work in iframe ?

 

Thanks