简体   繁体   中英

Google Maps Mobile SDK requirement

I need to decide weather to use javascript library or mobile sdk, but only one question will answer this.

Does google mobile SDK requires google maps to be installed on the mobile? or it just gets the map directly from there server like 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. The mobile SDK will get the map data directly from Google's servers.

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.

We looked at both options for our product and went with the SDK. The javascript will work, but the SDK gives you a really nice performance and more of the "native" feel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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