News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Targeted Geolocation with Geonames
December 13, 2011 @ 12:10:02

New on PHPMaster.com there's a tutorial from Lukas White about targeting users using geolocation based on the Geonames web service and a latitude/longitude. His example makes a call to find the closest "place" to the given coordinates.

Location-aware applications rely on being able to locate where you are, and this is what geolocation is all about. After all, once the application knows your location, it can go on to find the nearest store, guide you through the appropriate route to a destination, or target relevant advertisements to you. Geolocation, then, is simply the mechanism for identifying your geographical location.

He mentions two challenges associated with geolocation - finding where someone is and describing the location. With Geonames, he shows how to call the service's "findNearbyPlaceName" method to find the closest "place" to a given latitude/longitude combination. Included is a bit of sample PHP to connect to the service and Javascript to request the user's current location.

0 comments voice your opinion now!
geolocation tutorial geonames webservice json location


blog comments powered by Disqus

Similar Posts

Michael Maclean's Blog: Using Pango for PHP: a taster

NetTuts.com: Quick Tip: Integrate Compass into an Existing CodeIgniter

DevShed: Building an ORM in PHP: Domain Modeling

Derick Rethans' Blog: Storing Date/Times in Databases

Zumba Engineering Blog: Mocking Singleton PHP classes with PHPUnit


Community Events











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


podcast unittest interview application tool development code release introduction conference series zendframework2 language community testing opinion functional example phpunit framework

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