MapControllerOptions constructor
const
MapControllerOptions({
- CameraPosition? position = null,
- List<
Source> sources = const [], - Map<
String, AttributeValue> attributes = const {}, - double? fontIconSizeMultiplier = null,
- GraphicsPreset? graphicsPreset = null,
- Fps? maxFps = null,
- Fps? powerSavingMaxFps = null,
Implementation
const MapControllerOptions({
this.position = null,
this.sources = const [],
this.attributes = const {},
this.fontIconSizeMultiplier = null,
this.graphicsPreset = null,
this.maxFps = null,
this.powerSavingMaxFps = null
});