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
I'm trying to use the radius property on a latLng point that does not have a valid Street View on that specific point but has a valid one on a 100m search radius, according to the API.
I'm trying to use the radius property on a latLng point that does not have a valid Street View on that specific point but has a valid one on a 100m search radius, according to the API.
What I did:
What I got
It renders a Black Screen as if there is not Street View for that region, even with a 100m search radius.
When I check this issue using the following API endpoint:
https://maps.googleapis.com/maps/api/streetview/metadata?key=MY_API_KEY&location=-23.376721,-51.908538&radius=100
I get a return value stating that there is a valid Street View for that latLng using a 100m search radius.
Am I missing something or is this a problem with the Library?
Thanks!
The text was updated successfully, but these errors were encountered: