Constructs ========== Constructs are the fundamental data structures shared between all matching implementations. For readability, the full path is listed below and not used in other parts of the documentation. Available Constructs ------------------------- For readability, the full path is listed below and not used in other parts of the documentation. - :class:`mappymatch.constructs.coordinate.Coordinate` - :class:`mappymatch.constructs.geofence.Geofence` - :class:`mappymatch.constructs.match.Match` - :class:`mappymatch.constructs.road.Road` - :class:`mappymatch.constructs.trace.Trace` Coordinate --------------------------------------- .. automodule:: mappymatch.constructs.coordinate :members: Geofence ------------------------------------- .. automodule:: mappymatch.constructs.geofence :members: Match ---------------------------------- .. automodule:: mappymatch.constructs.match :members: Road --------------------------------- .. automodule:: mappymatch.constructs.road :members: Trace ---------------------------------- .. automodule:: mappymatch.constructs.trace :members: