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#StreetViewPanorama

like:

    panorama.controls[google.maps.ControlPosition.TOP].push(controlDiv);

Marc

On Tue, Aug 31, 2010 at 8:33 AM, MIFTY <[email protected]> wrote:
>
> 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 currently use the text overlay on my website
> at: http://montreal.streetviewtours.com/extras/virtual-tour-of-montreal.
> I want to update to v3 of the API but I have not found a way to do
> this just yet...
>
> --
> You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
> To post to this group, send email to
[email protected].
> To unsubscribe from this group, send email to
[email protected]<google-maps-js-api-v3%[email protected]>
.
> For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to