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