简体   繁体   中英

Titanium: How to use Google Maps on iOS devices?

I'm working on a app with a Titanium map module. Building this app for Android and iOS. Currently, on Android devices map module uses Google Maps, on iOS devices (iphone,ipad..etc) map module uses iMaps. Is there a way that I can use Google maps in the iOS devices as well (instead of using iMaps) ?

I'm using standard titanium map view.

var mapview = Titanium.Map.createView({
   mapType: Titanium.Map.STANDARD_TYPE,
   region: MyRegion,
   regionFit:true,
   userLocation:true,
   annotations:[annotation]
});

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