Search Google map using city / state or zip code

I would like to do a search with City / State or Zip at distance "X". The corresponding results will be displayed on the google map.

0


a source to share


2 answers


Have a look at Building a Repository Repository with PHP, MySQL and Google Maps .



This tutorial is for developers who are familiar with PHP / MySQL and want to learn how to use Google Maps with a MySQL database to create a storage locator type application. After completing this tutorial, you will have a database of locations and a web page that allows the user to enter an address and see markers on a map for places closest to them, within a selected distance limit.

+2


a source


The rich Google Maps API is fully documented in links starting at http://code.google.com/apis/maps/ .



+1


a source







All Articles