centerPosition property
getter/setter pair
The offset to add to all other coordinates, based on roverPosition. See recenterRover.
Implementation
UTMCoordinates centerPosition = UTMCoordinates.fromDD(
DDCoordinates(latitude: 0, longitude: 0),
);