Several highlights in google maps embed API -


i add several highlight places using embed api of google maps in iframe this:

<iframe src="https://www.google.com/maps/embed/v1/place?key=aizasybstldo5axkmg6xojrktjliyabsodr2vya&q=harvard+university,parque+explora" width="100%" height="500" frameborder="0" style="border:0" allowfullscreen></iframe> 

how can add several locations q parameter?

thx!

you have use mymap, or google maps api it. embed api not support multiple markers.

for using map, need set maps public before can embed onto site. enter image description here

to generate embed url, under 3... next share button

if decided api, might want reference markers part of documentation.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -