A Java Android implementation of an on-line scoring-based map-matching algorithm, called ST-Matching, which takes into account spatial, topological and temporal information of the setting.
tum-map-matching is hosted in the following web site
https://github.com/ermin-sakic/tum-map-matching
If you think the Android project tum-map-matching listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of tum-map-matching.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 10 |
Activity Count | 3 |
jar files used | android-support-v4.jar gt-opengis-8.0-RC2.jar gt-referencing-8.0-RC2.jar mapsforge-map-0.3.0.jar mapsforge-map-reader-0.3.0.jar postgresql-9.1-902.jdbc4.jar simplelatlng-1.0.1.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in tum-map-matching. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
tum-map-matching has the following Java source files.
com.vmi.mapmatching_demo.CandidateNode.java com.vmi.mapmatching_demo.CandidateSegment.java com.vmi.mapmatching_demo.GeneralSettingsActivity.java com.vmi.mapmatching_demo.MyLocationListener.java com.vmi.mapmatching_demo.OverlayMapViewer.java com.vmi.mapmatching_demo.SQLConfiguration.java com.vmi.mapmatching_demo.SQLSettingsActivity.java com.vmi.mapmatching_demo.STMatching.java