cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
878 stars 205 forks source link

Allow constructing Network object from scratch by calling add_edge #213

Open Kontinuation opened 2 years ago

Kontinuation commented 2 years ago

This patch allows Network to be constructed from scratching by calling add_edge, which makes experimenting with various kinds of road network data much easier.