I want to build a json_encoded list of all restaurants nearby a point using PHP
looking to build a php function which takes Parameters: Latitude,longitude,radius (in meters). And return a json_encoded list
I have a API key and I work with js but I wat it done with server-side scripting php
dose any one know how to do it.
I want to store the list to my database.
found this but got some problem http://code.google.com/apis/maps/documentation/mapsdata/developers_guide_protocol.html#Search
what is the mapID and the userID in the url given there.