Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 829 Bytes

maps.rst

File metadata and controls

30 lines (21 loc) · 829 Bytes

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 mappymatch.maps.map_interface.MapInterface.

Available Maps

For readability, the full path is listed below and not used in other parts of the documentation.

  • mappymatch.maps.nx.nx_map.NxMap

NxMap

mappymatch.maps.nx.nx_map.NxMap

Utility Functions

mappymatch.maps.nx.nx_map.parse_osmnx_graph

mappymatch.maps.nx.nx_map.compress

Map interface

Each Matcher class must conform to the matcher interface defined below.

mappymatch.maps.map_interface.MapInterface