Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to find out if a Street view exists for a given LatLng? #27

Closed
davoutuk opened this issue Jul 4, 2023 · 2 comments
Closed

Comments

@davoutuk
Copy link

davoutuk commented Jul 4, 2023

Is it possible to find out if a street view display exists for a given LatLng?

Does the 'FlutterGoogleStreetView' widget include any form of exception creation of call back that would allow to discover whether a stree view exists or nor?

@davoutuk
Copy link
Author

davoutuk commented Jul 4, 2023

Found the answer...

          onPanoramaChangeListener: (location,e) {
            setState(() {
              _streetViewAvailable = (e == null);
            });
          },

@davoutuk davoutuk closed this as completed Jul 4, 2023
@davoutuk
Copy link
Author

davoutuk commented Jul 4, 2023

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant