Hex-formatted color (#RRGGBB or #AARRGGBB) (optional)
Number of tile rows (int)
Length of the side of a hex tile in pixels (int)
Whether the map has infinite dimensions
Array of Layers
Auto-increments for each layer (int)
Auto-increments for each placed object (int)
Orthogonal, isometric, or staggered
A list of properties (name, value, type).
Rendering direction (orthogonal maps only)
x or y (staggered / hexagonal maps only)
odd or even (staggered / hexagonal maps only)
The Tiled version used to save the file
Map grid height. (int)
Array of Tilesets
Map grid width. (int)
Type of the map, always 'map'
The JSON format version
Number of tile columns (int)
Generated using TypeDoc
Interface representing a Tiled map. See: http://doc.mapeditor.org/en/latest/reference/json-map-format/#map