News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Performing HTTP Geocoding with the Google Maps API
July 24, 2006 @ 12:09:22

Developer.com is continuing their series (on the Google Maps API, see here for a previous article) today with this new tutorial, a look at using the geocaching functionality the Google Maps API offers over a HTTP connection.

In this tutorial I showed you how to submit geocoding requests via JavaScript, which is convenient because it's easy to subsequently build a map using the retrieved coordinates. However, if you're interested in performing bulk geocoding for reason of storing a series of coordinates in a database, you might be interested in taking advantage of a second means for geocoding, accomplished by way of HTTP request.

Storing the coordinates locally will not only decrease the number of required daily geocoding requests (limited to 50,000 daily), but it will speed your application by cutting down on the total requests required to ultimately build a map.

They start off with a simple example, showing how to sed the request out to Google as well as the output. They show how to get the information you need out of the return XML. This basic example leads to something more complex - the server-side caching of the geocode results in a MySQL database.

0 comments voice your opinion now!
google maps api xml http geocode mysql database cache google maps api xml http geocode mysql database cache


blog comments powered by Disqus

Similar Posts

Vance Lucas' Blog: Practical Uses for PHP 5.3 Closures

Greebo.net: Converting your PHP app to MySQLi prepared statements

Greg Beaver's Blog: Statistics are back up for pear.php.net

Oracle Technology Network: Using PHP and Oracle Database 11g (Tutorials)

IBM developerWorks: Reading and writing the XML DOM with PHP


Community Events











Don't see your event here?
Let us know!


api series interview development functional language release database composer podcast application testing zendframework2 example community opinion introduction phpunit code framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework