mapStyle property

@doc The rendering style of the basemap. AUBERGINE, RETRO.

Implementation

@$pb.TagNumber(6)
FFGoogleMap_FFGoogleMapStyle get mapStyle => $_getN(5);
  1. @TagNumber(6)
set mapStyle (FFGoogleMap_FFGoogleMapStyle value)

Implementation

@$pb.TagNumber(6)
set mapStyle(FFGoogleMap_FFGoogleMapStyle value) => $_setField(6, value);