Adding custom buttons to 'Snazzy Maps' iFrame embed?

Hi all,

I’m just wondering if it’s possible to add a set of custom buttons that can control a ‘Snazzy Map’. The buttons would ideally control the zoom level and location to different points on the map.

Right now I’m just using an embed iFrame to house the snazzy map.

I know I can do this the google API embed route. But I’m thinking the snazzy coloration of the map just saves me some time. :slight_smile: Happy to be corrected.

Can include project links if someone thinks this is possible!
Thanks
Tom

You could export a json style like array of your snazzy maps colors setting and inject it into the Google Maps API constructor. From there you could link the zoom value to any DOM button you’d like.