Reputation: 22674
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
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
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
Reputation: 4331
all the guidance you need already exist in documentations for these 2 products:
Upvotes: 0