GoogleMapsOptions constructor
const
GoogleMapsOptions({
- GoogleMapStylePreset? preset,
- String? customStyleJson,
- String? cloudMapId,
Implementation
const GoogleMapsOptions({
this.preset,
this.customStyleJson,
this.cloudMapId,
});