Using

  
http://code.google.com/apis/maps/documentation/javascript/examples/streetview-controls.html

as a starting point, I can't seem to change the color of the address
box or the font color.  The relevant code is:

  var panoOptions = {
    position: fenway,
    addressControlOptions: {
      position: google.maps.ControlPosition.BOTTOM,
      style: {
        "fontWeight": "bold",
        "backgroundColor": "#191970",
        "color": "#A9203E"
      }
    },

If I change backgroundColor and color to something radically
different, e.g. "#ffffff" and "#000000" (respectively), I don't see
any change in the displayed graphics.  I've tried this in both Chrome
10.0.648.204 and in Firefox 4.0.

[A]: Is anyone else observing this?

[B]: In fact, I want to disable the address box altogether.  If the
alpha channel is honored, I can just make it transparent.  Is there a
better way?

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