FlutterGoogleStreetView( initPos:LatLng(13.5895478, 108.4401173), )
13.5895478, 108.4401173 There is no street view at this longitude and latitude, and it will crash when running.
Is there any way to avoid.
Besides requesting the api to verify if street view is available?
FlutterGoogleStreetView( initPos:LatLng(13.5895478, 108.4401173), )13.5895478, 108.4401173 There is no street view at this longitude and latitude, and it will crash when running.
Is there any way to avoid.
Besides requesting the api to verify if street view is available?