简体   繁体   English

Android:如何在mapsforge中使用mapbox?

[英]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 ? 我想将com.mapbox.mapboxsdk.maps.MapView与“ MapsForge”地图数据一起使用,如何达到此目标?

I see this examples about use mapsforge with osmdroid : https://github.com/Arman92/Mapsforge-OsmDroid-GraphHopper 我看到了有关在osmdroid中使用mapsforge的示例: https : //github.com/Arman92/Mapsforge-OsmDroid-GraphHopper

but I want use mapbox with mapsforge 但我想将mapbox与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. 纵观MapsForge,它所提供的大部分功能(即使不是全部功能)也可以在Mapbox Android SDK中完成,其使用矢量图块而非栅格的性能要好得多。 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. 如果您坚持使用,我建议您看一下我们使用Runtime Style API所做的工作,该运行时API可让您向地图添加切片源。 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. 如果您需要其他帮助,请随时使用其他信息来编辑您的问题,以便我进行测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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