StreetViewOptions constructor
const
StreetViewOptions({
- bool panControl = true,
- bool zoomControl = true,
- bool linksControl = true,
- bool fullscreenControl = true,
- bool motionTrackingControl = true,
- bool addressControl = true,
- bool showRoadLabels = true,
- bool clickToGo = true,
- bool scrollwheel = true,
- bool disableDefaultUI = false,
- int povHeading = 0,
- int povPitch = 0,
- int povZoom = 0,
Implementation
const StreetViewOptions({
this.panControl = true,
this.zoomControl = true,
this.linksControl = true,
this.fullscreenControl = true,
this.motionTrackingControl = true,
this.addressControl = true,
this.showRoadLabels = true,
this.clickToGo = true,
this.scrollwheel = true,
this.disableDefaultUI = false,
this.povHeading = 0,
this.povPitch = 0,
this.povZoom = 0,
});