MapKitSnapshotterOptions constructor

MapKitSnapshotterOptions({
  1. required MapKitSnapshotterRegion region,
  2. MapKitSnapshotterMapType? mapType,
  3. MapKitSnapshotterBrightness? brightness,
  4. bool? showsBuildings,
  5. bool? showsPointsOfInterest,
})

Implementation

MapKitSnapshotterOptions({
  required this.region,
  this.mapType,
  this.brightness,
  this.showsBuildings,
  this.showsPointsOfInterest,
});