cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

geolocation from postcode

jhutson
1-Newbie

geolocation from postcode

Hi All,

Just  a quick enquiry. Has anyone managed to convert a postcode property into geolocation coordinated for use in the google map widget?

I'm hoping there is something obvious I have missed as I have been scouring the internet for suggestions and am getting nowhere.

many thanks

James

3 REPLIES 3
riaanl
5-Regular Member
(To:jhutson)

James, 

The process of converting street addresses and zip codes to geographic coordinates is called geocoding.  There are a number of free and paid webservices/APIs available on the internet (Google, Yahoo, Bing, etc) that will perform the conversion. 


You could use the services in the ContentLoaderFunctions resource to POST to external webservices.  Once you receive the response, you could parse the response for the coordinates and subsequently apply the coordinates to your model/mashups.


Regards,

Riaan



We're also doing something like this, so I think this should work: http://pastebin.com/22dnQPPz

The key is to set the country and postal_code in the components field, if you just use address you will get locations with the input post code as street number etc.

Fantastic, thanks for your help guys. much appreciated.

Top Tags