Look at this example on how to add a custom control to a map:
http://code.google.com/apis/maps/documentation/javascript/controls.html#CustomControls
The same can be done to a StreetView panorama using panorama.controls as
per
http://code.google.com/apis/maps/documentation/javascript/reference.html
Hi,
Is there a way to add custom text on top of a streetview panorama in
v3 of the maps api? I used to be able to do this with v2 of the maps
API. (although it never worked in Google Chrome..). I need this
functionality so that I can provide descriptions to the street view
image that I display. I c