Hello everyone.
I have to upgrade a project and it uses the library "mapsforge-map-0.3.0-SNAPSHOT-jar-with-dependencies.jar".
It uses a class called "SimpleOverlay" that doesn't seems to exist anymore in any version of mapsforge, but I don't have a information about it and I don't find anything on the source and in the subjects here. The most disturbing is that nearly all my classes using mapsforge tools extend this class.
The overriden functions are :
- onMove
- drawOverlayBitmap
- onTap
- onMove
- onMoveEnd
- cleanup
- onLongPress
Do you know something about this class? Is it a personnal class created by the one who coded the project? What can I use to replace this class (what are your thought about it)?
Regards,