zyzdev / flutter_street_view

10 stars 29 forks source link

Street view keep loading ios #9

Closed adnanefouam closed 2 years ago

adnanefouam commented 2 years ago

my streetView section keep loading

Screenshot 2022-01-04 at 12 22 17

FlutterGoogleStreetView( initSource: StreetViewSource.outdoor, initBearing: 30, initTilt: 30, initZoom: 1.5, initPos: LatLng(-45.125783, 151.276417), )

zyzdev commented 2 years ago

LatLng(-45.125783, 151.276417) is no valid panorama. The callback onPanoramaChangeListener will receive exception and you can decide what is next. See demo Street View Panorama events(demo/street_view_panorama_events.dart) in example for usage.