bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
664 stars 185 forks source link

Refactor code to implement factory and flyweight patterns #153

Closed rainerangelo closed 2 years ago

rainerangelo commented 3 years ago

As part of a project for a university course on software architecture, we are creating this pull request which implements a factory and flyweight pattern.