What's the difference in using the android API and the REST API? Are they equivalent? Can I do the same thing in both?
What are the limitations of one and the other?
I intend to start developing a mobile APP with HERE MAP.
What's the difference in using the android API and the REST API? Are they equivalent? Can I do the same thing in both?
What are the limitations of one and the other?
I intend to start developing a mobile APP with HERE MAP.
目前有两种 HERE 移动 SDK:入门版和高级版。
入门版或多或少与 REST 接口相同,并且也在后台使用它。它消除了您必须编写的所有样板代码(地图平铺、获取平铺和平铺滚动、对所有服务的 REST 请求并将其转换为本地对象等等)。
高级版使用的是 HERE Hybrid 引擎。这意味着许多服务也可以离线工作并直接在您的设备上运行,地图数据是一种特殊的矢量格式,也可以下载到您的设备上,并且您可以混合使用在线服务和离线服务。
高级版(除离线功能外)还有一些您在 REST 或入门 SDK 中无法获得的附加功能,例如轮流指导或 LiveSight。