MapCellData typedef

MapCellData = ({AutonomyCell cellType, GpsCoordinates coordinates})

A record representing data necessary to display a cell in the map

Implementation

typedef MapCellData = ({GpsCoordinates coordinates, AutonomyCell cellType});