android - Other Maps API in Phonegap? -
Can I use another Maps API in PhoneGrap next to Google Maps? I look at the tutorial and have a code
http://maps.googleapis.com/maps/api/staticmap?center= "+ position.coords.latitude +", "+ position. Coords .longitude + "& amp; Amp; Zoom = 11 & amp; Size = 300x300 & amp; Sensor = false As far as I can understand, I can simply convert it into another API URL correct?
Yes, you can use any other map, as long as it runs in mobile Browsers are capable of If you are using the latest version of PhoneGrap, make sure you have a new API URL.
Comments
Post a Comment