简体   繁体   English

Mapkit中的OSM与Route-me OSM

[英]OSM in mapkit vs route-me OSM

I'm trying to figure out MapKit for the first time. 我正在尝试首次弄清楚MapKit。

Are there any difference in the maps provided by iOS 6 MapKit compared to using OSM in route-me/mapbox? 与在route-me / mapbox中使用OSM相比,iOS 6 MapKit提供的地图有什么区别吗?

The maps provided by MapKit are provided by Apple's tile server? MapKit提供的地图是由Apple的图块服务器提供的吗?

Would it be possible to use route-me with Apple's tile server? 苹果的平铺服务器是否可以使用route-me? Would that make any difference? 那会有所不同吗?

Those are essentially 2 different frameworks. 这些本质上是两个不同的框架。 MapKit is pretty straightforward and allow you to quickly implement a mapview with pins, callouts and other layers you might need to display. MapKit非常简单明了,可让您快速实现带有图钉,标注和其他可能需要显示的图层的mapview。 One setback is that you won't be able to use offline maps or to have custom styled maps. 一个挫折是您将无法使用离线地图或自定义样式的地图。

Route-me (usually paired with mapbox) allow you much more flexibility when it comes to the maps (based on OSM, you can ini theory customize them to look like apple ones). Route-me(通常与mapbox配对)可为您提供更大的地图灵活性(基于OSM,您可以从理论上将其自定义为类似于Apple的地图)。 You can even download a set of tiles to display offline to the user. 您甚至可以下载一组磁贴以离线显示给用户。 It's a little more work to implement a map using this framework though. 不过,使用此框架来实现地图还需要做更多的工作。

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

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