I am wondering how I can convert a UK Postcode to Lat / Lng within my app so that I can pass this onto a URL
.
I am parsing my data as JSON to be used later in a map
eg: http://www.thebigfishexperience.org.uk/sources/ajax/venue-json.php?lat=52.5612743&lng=-0.2732938&radius=10
The lat
and lng
parameters would be generated by the app and would push to something like the above.