Re: [Google Maps API v3] Custom Text Overlay on top of StreetView Panorama for Maps API v3

2010-09-01 Thread Marc Ridey
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

[Google Maps API v3] Custom Text Overlay on top of StreetView Panorama for Maps API v3

2010-08-31 Thread MIFTY
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