Google Embed API display a list of addreses

653 Views Asked by At

I want to use the Google Embed API. I have a list of addresses I want to display using the Google Embed API.

Is this possible? Is there a way for me to pass the entire list to the Google Embed APi so they are all displayed on the map?

1

There are 1 best solutions below

0
Franco Vizcarra On BEST ANSWER

No with the Google Embed API. You can only place one marker on the map. If you want to place multiple markers for your adresses then you will have to do so using the Maps Java script API.