react-native-streetview icon indicating copy to clipboard operation
react-native-streetview copied to clipboard

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

Open canhtran10 opened this issue 6 years ago • 3 comments

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

canhtran10 avatar Nov 11 '18 14:11 canhtran10

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

adimshev avatar Nov 06 '19 12:11 adimshev

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

ledmago avatar Aug 11 '20 14:08 ledmago

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

How can the error details be fetched?

fullstact69 avatar May 09 '22 20:05 fullstact69