> The code:

No it isn't.  What is J ?  What is getMarkerContent() ? I can't see
anything that has to do with streetview ?
We don't have the full context here
http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical

>                 for (var pin in markersArray[rid]){

Be careful with this construct especially if using jquery.js

>   map.panTo(new GLatLng(this.getPoint().lat(), this.getPoint().lng

marker.getPoint is long deprecated, this is simpler
   map.panTo(this.getLatLng());

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

Reply via email to