iphone - Titanium: How to use Google Maps on iOS devices? -


i'm working on app titanium map module. building app android , ios. currently, on android devices map module uses google maps, on ios devices (iphone,ipad..etc) map module uses imaps. there way can use google maps in ios devices (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] }); 

see following official url: https://developers.google.com/maps/documentation/ios/intro?hl=es


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -