GoogleMapsOptions constructor

const GoogleMapsOptions({
  1. GoogleMapStylePreset? preset,
  2. String? customStyleJson,
  3. String? cloudMapId,
})

Implementation

const GoogleMapsOptions({
  this.preset,
  this.customStyleJson,
  this.cloudMapId,
});