On Jan 2, 11:58 pm, mynameisgumbey <[email protected]> wrote: > I am tryting to incorporate the streetview layer into the maps I can > generate using the marker manager, but the page errors out. Does > anyone have any sample code that shows how this might be done?
Do you have a link to your page/map? Maybe someone can tell you why it "errors out". The most likely issue with MarkerManager and infoWindows is you are trying to "click" on a marker that hasn't been added to the map. The workaround to that is to use map.openInfoWindowXXX rather than marker.openInfoWindowXXX. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
