On Aug 13, 8:12 am, Guy <[email protected]> wrote: > I worked on a piece of code last week and got everything up and > running. I came back this week, and It no longer works. It looks like > the StreetView Service is broken.. > > "sv.getNearestPanorama is not a function" > yeah like you said on your page, the code in the developer's guide hasn't been updated to use the new function, but the code in the example has been updated.
Example uses getNearestPanorama() http://code.google.com/apis/maps/documentation/javascript/services.html#StreetViewService Example uses getPanoramaByLocation() http://code.google.com/apis/maps/documentation/javascript/examples/streetview-service.html .. -- 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.
