StreetViewPanoramaOptions constructor
StreetViewPanoramaOptions({
- String? panoId,
- LatLng? position,
- double? radius,
- StreetViewSource? source,
- bool? panningGesturesEnabled,
- bool? streetNamesEnabled,
- bool? zoomGesturesEnabled,
- StreetViewPanoramaCamera? panoramaCamera,
Implementation
StreetViewPanoramaOptions(
{this.panoId,
this.position,
this.radius,
this.source,
this.panningGesturesEnabled,
this.streetNamesEnabled,
this.userNavigationEnabled,
this.zoomGesturesEnabled,
this.panoramaCamera})
: assert(panoId == null || position == null);