GStreetviewClient() and its method getNearestPanoramaLatLng() are for the purpose. http://code.google.com/apis/maps/documentation/services.html#StreetviewClientQuerys
As a response you get LatLng of the nearest StreetView panorama or error 600 if there is no panorama available. Like in this example: http://code.google.com/apis/maps/documentation/examples/streetview-data.html -- 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.
