Maps ==== The type of map used to display data can be changed based on what works best for you application. Each map class must conform to the map interface defined in :class:`mappymatch.maps.map_interface.MapInterface`. Available Maps ------------------ For readability, the full path is listed below and not used in other parts of the documentation. - :class:`mappymatch.maps.nx.nx_map.NxMap` NxMap --------------- .. autoclass:: mappymatch.maps.nx.nx_map.NxMap :members: Map interface ------------------- Each Matcher class must conform to the matcher interface defined below. .. autoclass:: mappymatch.maps.map_interface.MapInterface :members: