Get Location Information based on an address, city or country name
Posted in Snippets Ideas on January 10th, 2010 by admin – Be the first to commentIn our last post we explained how to use GeoIP easily in CodeIgniter. Now we are interested in getting location information from a particular address using a Geocoder tool. For that reason, we’d recommend to take a look over How to use Google Maps API with PHP from Zimuel’s blog.
Zimuel exposes the following scenario:
Scenario: you have to check the validity of the geo data of a list of customers stored into a database. Using the Google Maps API you can easly compare the data stored into your database with the google data and fix the errors.
Moreover, his solution using Google Maps API proposes the following solution.
A PHP class that uses the Google Maps API to provide geographic information from a generic address (city, country, street+city, country. etc.).
Related searches:
- $gmap->getinfolocation
- gmaps place search db
- google map api with street city country and zipcode provided
- google maps is empty ie
- how gmap takes location latitude and longitude
- how to fetch data by country code in codeigniter
- how to fetch gmap using zip code
- php gmap 3 class
- php gmaps
- php gmaps search address




