MapControllerOptions constructor

const MapControllerOptions({
  1. CameraPosition? position = null,
  2. List<Source> sources = const [],
  3. Map<String, AttributeValue> attributes = const {},
  4. double? fontIconSizeMultiplier = null,
  5. GraphicsPreset? graphicsPreset = null,
  6. Fps? maxFps = null,
  7. 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
});