MapOptions constructor
MapOptions({
- ContextMode? contextMode,
- ConstrainMode? constrainMode,
- ViewportMode? viewportMode,
- NorthOrientation? orientation,
- bool? crossSourceCollisions,
- Size? size,
- required double pixelRatio,
- GlyphsRasterizationOptions? glyphsRasterizationOptions,
Implementation
MapOptions({
this.contextMode,
this.constrainMode,
this.viewportMode,
this.orientation,
this.crossSourceCollisions,
this.size,
required this.pixelRatio,
this.glyphsRasterizationOptions,
});