SnapshotOptions constructor

const SnapshotOptions({
  1. bool showBuildings = true,
  2. bool showPointsOfInterest = true,
  3. bool showAnnotations = true,
  4. bool showOverlays = true,
})

Implementation

const SnapshotOptions({
  this.showBuildings = true,
  this.showPointsOfInterest = true,
  this.showAnnotations = true,
  this.showOverlays = true,
});