Open canhtran10 opened 6 years ago
How can I detect if Google StreetView available for a location (lat, lng)? Thanks so much!
https://maps.googleapis.com/maps/api/streetview/metadata?key=...&location=36.0257422,51.1573532
there are two prop calls onError and onSuccess onError={() => console.log('error')}
onError={() => console.log('error')}
How can the error details be fetched?
How can I detect if Google StreetView available for a location (lat, lng)?
Thanks so much!