initialLocationValue property
@doc The initial center location of the map.
Implementation
@$pb.TagNumber(22)
FFLatLngValue get initialLocationValue => $_getN(21);
Implementation
@$pb.TagNumber(22)
set initialLocationValue(FFLatLngValue value) => $_setField(22, value);