nesterapp / react-native-streetview

React Native Google's Panorama/StreetView component for iOS and Android.
MIT License
99 stars 52 forks source link

How can I detect if Google StreetView available for a location (lat, lng)? #20

Open canhtran10 opened 6 years ago

canhtran10 commented 6 years ago

How can I detect if Google StreetView available for a location (lat, lng)?
Thanks so much!

adimshev commented 5 years ago

https://maps.googleapis.com/maps/api/streetview/metadata?key=...&location=36.0257422,51.1573532

ledmago commented 4 years ago

there are two prop calls onError and onSuccess onError={() => console.log('error')}

fullstact69 commented 2 years ago

onError={() => console.log('error')}

How can the error details be fetched?