If you want to display markers at specific latitude and longitude locations on Google maps you have to use Static Maps. Or I believe pay for business use.
I wanted to use the interactive map and I also wanted to display markers so I have discovered two ways that you can do this with the Google Maps Embed API.
One map marker
The first and most simple way if you only want to display one marker is to simply enter the latitude and longitude into the search query thus.
https://www.google.com/maps/embed/v1/place?key=yourapikey
&q=51.57577,-0.08674
Note the method above used the PLACE mode. |