1

Is there away to edit the content of Info Windows of specific markers as documented here https://support.google.com/mapsengine/answer/2984965?hl=en but via Maps Engine API ?

I have my own map and want to programmatically change the info windows content of specific markers.

Ahmad Alkhawaja
  • 529
  • 2
  • 12
  • 29

1 Answers1

1

With the default map viewer, you can only customize the infowindow used for all markers, not individual ones.

However, you can load your map into a standard Google Maps API Javascript map as a MapsEngineLayer, and then create your own freely styled infowindows, loading additional information with the Maps Engine API as needed.

lambshaanxy
  • 22,552
  • 10
  • 68
  • 92