Noticed an interesting issue. The TrafficLayer class seems tied closely to one of the base Google Map types: map, hybrid and terrain. It does not work as a regular overlay in the sense that it can display on top of any map type, including customized map type.
Take a look at this example from the API: http://code.google.com/apis/maps/documentation/javascript/examples/layer-traffic.html When in Satellite mode, it disappears. It make sense for this particular purpose of wanting to hide everything other than the image, but I think it probably better to let developer decide when to hide/ show it based on map type, and it probably SHOULD available for customized map type. Is that by design or something else? -- 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.
