简体   繁体   English

Google Maps Mobile SDK要求

[英]Google Maps Mobile SDK requirement

I need to decide weather to use javascript library or mobile sdk, but only one question will answer this. 我需要确定天气以使用javascript库或移动SDK,但只有一个问题可以回答这个问题。

Does google mobile SDK requires google maps to be installed on the mobile? Google Mobile SDK是否要求在移动设备上安装google map? or it just gets the map directly from there server like google js api? 还是只是直接从那里的服务器(例如Google JS API)获取地图?

No, the Google Maps app doesn't need to be installed on the device, in order for the mobile SDK to work. 不,为了使移动SDK能够正常运行,无需在设备上安装Google Maps应用。 The mobile SDK will get the map data directly from Google's servers. 移动SDK将直接从Google的服务器获取地图数据。

The only thing which does require the Google Maps app is the Google Maps URL Scheme , which is used when you specifically want to launch the Google Maps app. 确实需要的谷歌地图应用的唯一的事情是谷歌地图URL方案 ,当你特别启动的谷歌地图应用所使用。

We looked at both options for our product and went with the SDK. 我们研究了产品的两个选项,并使用了SDK。 The javascript will work, but the SDK gives you a really nice performance and more of the "native" feel. javascript可以运行,但是SDK可为您提供非常好的性能和更多的“本地”感觉。

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

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