我正在开发一个带有 Titanium 地图模块的应用程序。为 Android 和 iOS 构建此应用程序。目前,Android 设备上的地图模块使用 Google Maps,iOS 设备(iphone、ipad..etc)上的地图模块使用 iMaps。有没有办法让我也可以在 iOS 设备中使用 Google 地图(而不是使用 iMaps)?
我正在使用标准钛地图视图。
var mapview = Titanium.Map.createView({
mapType: Titanium.Map.STANDARD_TYPE,
region: MyRegion,
regionFit:true,
userLocation:true,
annotations:[annotation]
});