StreetViewOptions constructor

const StreetViewOptions({
  1. bool panControl = true,
  2. bool zoomControl = true,
  3. bool linksControl = true,
  4. bool fullscreenControl = true,
  5. bool motionTrackingControl = true,
  6. bool addressControl = true,
  7. bool showRoadLabels = true,
  8. bool clickToGo = true,
  9. bool scrollwheel = true,
  10. bool disableDefaultUI = false,
  11. int povHeading = 0,
  12. int povPitch = 0,
  13. 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,
});