Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
那么如果我们有一个当地的行程规划器,是否可以在 Skobbler 地图上显示路线?
Android SDK上是否有任何方法SKMapSurfaceView可以通过路由来显示它?
SKMapSurfaceView
是 - drawTrackElement
您可以在演示项目中看到一个示例,即 Tracks 菜单项。
如果您有路线点/路段列表,则可以使用SkPolyline在地图上绘制它们- 请参阅入门章节:http: //developer.skobbler.com/getting-started/android#sec009