Display an embedded google map iframe with a marker on a certain latitude and longitude -


this should possible right?

i've tried searching this, docs show similar example can embed map marker on 'place', so:

<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:chijdd4hrwug2ecrmsrv3vo6lli&key=..." allowfullscreen></iframe> 

is there way show marker using latitude , longitude instead of place without using js api?

if use "place mode" of embedded api can use coordinates place marker:

<!-- new york, ny, usa (40.7127837, -74.00594130000002) --> <iframe width="100%" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=40.7127837,-74.0059413&amp;key=your_api_key"></iframe> 

working example


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -