Shwet
Shwet

Reputation: 1868

Use Google Map in iPhone app created through PhoneGap

I need some guidance in matter of using Google map in creating iPhone app that is i m creating through Phonegap. I have heard that Google maps can be used without internet connection by using Google map API.

My question is how to apply that functionality?

Any help will be appreciated.

Upvotes: 4

Views: 283

Answers (1)

Alkis Kalogeris
Alkis Kalogeris

Reputation: 17773

Google maps api can not be used offline due to the terms of service. If you cache the tiles it will be a terms violation. It can be done if you purchase the enterprise edition. Check this for more information on the subject. You might have to use something else if you absolutely must have that functionality.

You should check out openlayers. That might be of help.

Upvotes: 1

Related Questions