Report Google Map Plugin ("busselton")

Report Google Map Plugin ("esperance")

Notes

This page demonstrates how multiple map regions can be loaded onto the same page.

The first button has the following code (style data removed for clarity and to preserve some suspense!): var snazzystyle = [...]; $("#map_busselton").reportmap("instance").map.setOptions({styles:snazzystyle});

The second button has the following code: var pano = $("#map_esperance").reportmap("instance").map.getStreetView(); pano.setPosition({"lat":-33.89532,"lng":121.82223}); pano.setVisible(true);