On Mar 16, 4:49 pm, John <[email protected]> wrote: > Is there a way to check if a set of coordinates has street view at > their exact location, and return false if not?
How exact? http://code.google.com/apis/maps/documentation/services.html#StreetviewClientQuerys http://code.google.com/apis/maps/documentation/reference.html#GStreetviewClient.getNearestPanoramaLatLng http://code.google.com/apis/maps/documentation/reference.html#GStreetviewClient.getNearestPanorama You can check the returned latlng if there is one against the latlng you provided in the call and determine if it is "exact" enough for you... -- 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.
