I’m using GMaps.js to implement some Google Maps functionality on my website. This library is fantastic and saved me a ton of work.
I’m trying to create a custom popup that appears when someone clicks on a marker. I saw one of the examples that uses infoWindow but that just shows a white box.
Is there some way to customize the look of this box? Change the background color, borders, etc?
Thanks!
This page demonstrates that it’s possible to customize infoWindows.
I can’t find an explanation but the customization appears to be achieved in a script on the page – “view source” then peel your eyeballs in preparation for lots of code.