CyberJunkie
CyberJunkie

Reputation: 22674

Google Maps API for Codeigniter, add location to database

I want to allow users to pick their location using google maps. For example they would type in their zipcode and press enter. Afterwards I want to add the country and city where they are located in the database.

Is this functionality easy to develop? I'm looking for some guidance please.

Upvotes: 2

Views: 6145

Answers (3)

ChrisR
ChrisR

Reputation: 14447

If you know how it's quite easy. I'm not going to write it for you but you probably best start with looking how (reverse) geocoding in google maps works.

Upvotes: 1

mravey
mravey

Reputation: 4500

Maybe you could take a look at : http://net.tutsplus.com/articles/news/this-is-how-you-use-the-google-maps-api/ and search for Google Maps in the CodeIgniter wiki : http://codeigniter.com/wiki/

Upvotes: 0

Zathrus Writer
Zathrus Writer

Reputation: 4331

all the guidance you need already exist in documentations for these 2 products:

Upvotes: 0

Related Questions