Closed davoutuk closed 1 year ago
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?
Found the answer...
onPanoramaChangeListener: (location,e) { setState(() { _streetViewAvailable = (e == null); }); },
fixed
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?