Android proof of concept app for using MapBox tiles and markers with OSMDroid along with displaying a bike route loaded from locally provided geojson file..
BikeMapBox is hosted in the following web site
https://github.com/bleege/BikeMapBox
If you think the Android project BikeMapBox 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 BikeMapBox.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | osmdroid-android-4.0-javadoc.jar osmdroid-android-4.0.jar slf4j-android-1.5.8.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\map.geojson |
BikeMapBox has the following Java source files.
com.bradleege.BikeMapBoxActivity.java com.bradleege.markers.MapBoxMarker.java com.bradleege.markers.MapBoxMarkerCache .java com.bradleege.tilesource.MapBoxTileSource.java