Greetings,
I'm building a tool that will need to show where Street View is
available. There's a perfect example using V2 (
http://goo.gl/FyK8Q),
but all the documentation I've found for V3 describes how to add
layers to the view after Street View is loaded and a user is panning
around a scene. I want to add the blue-colored network of
availability to the 2D ROADMAP.
In V2 the code to add the layer to a GMap2 element is
svOverlay = new GStreetviewOverlay();
map.addOverlay(svOverlay);
Thanks!
- Justin