A 2D array of MapCellData to represent a coordinate grid
typedef AutonomyGrid = List<List<MapCellData>>;