简体   繁体   中英

Android : how to use mapbox with mapsforge?

I want to use com.mapbox.mapboxsdk.maps.MapView with "MapsForge" map data how can I reach to this goal ?

I see this examples about use mapsforge with osmdroid : https://github.com/Arman92/Mapsforge-OsmDroid-GraphHopper

but I want use mapbox with mapsforge

Looking over MapsForge, most if not all of the features it offers can be done already in the Mapbox Android SDK with far better performance using vector tiles rather then raster. If you insist on using, i'd recommend taking a look at the work we've been doing with the Runtime Style API which allows you to add tile sources to a map. Here's a ticket showing a bunch of the features off. Not sure whether this helps out but it will give you a starting point.

If you'd like additional help, feel free editing your question with additional information so I can test.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM