The Taxi Game Map View Source core/src/Games/TaxiGame/GameMap.ts, line 2 Members Type: Array.<Array.<number>> # static constant tileMap The map that defines the tile type for the rendering of the map. View Source core/src/Games/TaxiGame/GameMap.ts, line 12 Type: Set.<number> # static constant wallTiles Set of wall tiles View Source core/src/Games/TaxiGame/GameMap.ts, line 25