You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varstreetViewService=newgoogle.maps.StreetViewService();varSTREETVIEW_MAX_DISTANCE=100;varlatLng=newgoogle.maps.LatLng(40.7140,-74.0062);streetViewService.getPanoramaByLocation(latLng,STREETVIEW_MAX_DISTANCE,function(streetViewPanoramaData,status){if(status===google.maps.StreetViewStatus.OK){// ok}else{// no street view available in this range, or some error occurred}});
The text was updated successfully, but these errors were encountered:
Hello,
Is there any way we can get Maps Object so we can run some more functions like shown in following URL
Specifically: We would like to check if the street view exists? If so then make the download call.
any suggestions? Thanks,
http://stackoverflow.com/questions/2675032/how-to-check-if-google-street-view-available-and-display-message
The text was updated successfully, but these errors were encountered: