MapCellData typedef
A record representing data necessary to display a cell in the map
Implementation
typedef MapCellData = ({GpsCoordinates coordinates, AutonomyCell cellType});
A record representing data necessary to display a cell in the map
typedef MapCellData = ({GpsCoordinates coordinates, AutonomyCell cellType});