-
Notifications
You must be signed in to change notification settings - Fork 1
Plugins
Lukáš Karas edited this page Mar 22, 2016
·
2 revisions
MoNav uses several plugins:
- Importer - IImporter
- Router - IRouter
- Renderer - IRenderer
- GPS Lookup - IGPSLookup
- Address Lookup - IAddressLookup
Additionally each plugin has to support the IPreprocessor interface to precompute its data.
Currently available plugins are:
- Importer - [OSMImporter]
- Router - [ContractionHierarchies]
- Renderer - [MapnikRenderer]
- Renderer - [OSMRenderer]
- Renderer - [QTileRenderer]
- GPS Lookup - [GPSGrid]
- Address Lookup - [UnicodeTournamentTrie]