osmdroid

    0熱度

    1回答

    我已經在我的應用程序中導入開放街道地圖圖書館(的GitHub鏈接),它的工作原理完全真實,但我想有這個地圖在離線模式下(當Internet連接不可用用戶可以與地圖一起工作)。 我看到this但我無法得到它。 請幫助我, 謝謝你的時間。

    0熱度

    2回答

    我想表明在OSM地圖GeoJSON的對象,併爲此我使用osmdroid(5.4版本)和(版本5.8)庫。我的活動是:從以GeoJSON public class TempMapActivity extends Activity { MapView map; KmlDocument mKmlGeoJson; @Override protected void onCreate(Bund

    1熱度

    1回答

    我已經使用這個教程:https://github.com/osmdroid/osmdroid/wiki/How-to-use-the-osmdroid-library 但地圖沒有顯示,我得到一個錯誤:setUserAgentValue無法解析法 在這一行: org.osmdroid.tileprovider.constants.OpenStreetMapTileProviderConstants.

    0熱度

    1回答

    我想添加一個compassoverlay,但我得到了一些錯誤: this.mCompassOverlay = new CompassOverlay(context, new InternalCompassOrientationProvider(context), mMapView); mMapView.getOverlays().add(this.mCompassOverlay); 無法解析

    0熱度

    1回答

    我正在尋找一種方法來設置我的地圖可滾動/可移動到false。 我可以使用 map.setMaxZoomLevel(15); map.setMinZoomLevel(15); 到縮放級別設置爲15。但我發現沒有辦法設置地圖不可滾動/可移動

    0熱度

    2回答

    我使用本教程:https://github.com/MKergall/osmbonuspack/wiki/Tutorial_2 我在項目設置此代碼: NominatimPOIProvider poiProvider = new NominatimPOIProvider(); ArrayList<POI> pois = poiProvider.getPOICloseTo(startPoint, "

    0熱度

    2回答

    在XML的MapView <org.osmdroid.views.MapView android:id="@+id/OSMap" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="wrap_content" /> 在主要活動

    2熱度

    1回答

    當我使用RoadManager獲得道路的一些地方,它返回: 的OSRM演示服務器已經轉移到API第5版文檔的 新版本可以在 https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md 它曾經工作到現在。我怎樣才能解決這個問題?

    -3熱度

    1回答

    我在android 6.0中使用osmdroid 5.2 lib。我要求WRITE_EXTERNAL_STORAGE and ACCESS_COARSE/FINE_LOCATION permissions on realtime。 但映射不工作: Unable to decode stream: java.io.FileNotFoundException: /storage/emulated/0/

    0熱度

    1回答

    我在android 6.0中使用osmdroid 5.4.1 lib。我正在實時詢問WRITE_EXTERNAL_STORAGE和ACCESS_COARSE/FINE_LOCATION權限。 但地圖不工作: 無法解碼流:java.io.FileNotFoundException:...打開失敗:EACCES(拒絕) onRequestPermissionsResult(的)我的主要活動調用用戶後,