MapOptions constructor

MapOptions({
  1. ContextMode? contextMode,
  2. ConstrainMode? constrainMode,
  3. ViewportMode? viewportMode,
  4. NorthOrientation? orientation,
  5. bool? crossSourceCollisions,
  6. Size? size,
  7. required double pixelRatio,
  8. GlyphsRasterizationOptions? glyphsRasterizationOptions,
})

Implementation

MapOptions({
  this.contextMode,
  this.constrainMode,
  this.viewportMode,
  this.orientation,
  this.crossSourceCollisions,
  this.size,
  required this.pixelRatio,
  this.glyphsRasterizationOptions,
});