moveMapCenter property
@doc Move the center of the map to the specified location.
Implementation
@$pb.TagNumber(2)
FFMoveMapCenter get moveMapCenter => $_getN(1);
Implementation
@$pb.TagNumber(2)
set moveMapCenter(FFMoveMapCenter value) => $_setField(2, value);