Can I use other maps api in Phonegap beside Google Maps?
I see this tutorial and there’s a code
http://maps.googleapis.com/maps/api/staticmap?center="+ position.coords.latitude +","+ position.coords.longitude +"&zoom=11&size=300x300&sensor=false
As far as I can understand, I can just simply change it to other API url right?
Yes you can use any other map api as long as it is capable of running in mobile browsers. If you are using the latest version of Phonegap, just make sure you have whitelisted the new api url.