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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -