How to display Route on my OSM application
问题 In log 02-19 14:41:29.151 10336-10336/com.example.app E/BONUSPACK﹕ OSRMRoadManager::getRoad: request failed. 02-19 14:41:29.151 10336-10336/com.example.app I/System.out﹕ 2 and I have route.gpx file but i don't know how to use it GeoPoint startPoint = new GeoPoint(48.13, -1.63); mapView = (MapView) findViewById(R.id.mapview); mapCTRL = (MapController) mapView.getController(); mapCTRL.setZoom(13); mapView.setBuiltInZoomControls(true); mapCTRL.setCenter((new GeoPoint(startPoint))); RoadManager