If you get the coordinates in a url, you can extract them with a regular expression.<br><br>Instead of using Googlemaps, you could also consider using Openstreetmap data. Investigate the Overpass API. I think it does what you are trying to achieve. You get access to the raw data. The advantage is that if some of your POIs are not present yet, you can easily add them. All you have to do is credit OSM, if you decide to do that.<br>
<br>Cheers,<br><br>Jo<br><br><div class="gmail_quote">2012/12/28 nevillekb <span dir="ltr"><<a href="mailto:nevillekb@gmail.com" target="_blank">nevillekb@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Brent,<br>
<br>
So at the moment i am hard-coding sample lat and long values to test the<br>
functionality and it works!!!<br>
<br>
What i wanted to ask is how can i get these values from Google maps and then<br>
feed them in my DB rather then hard-coding them. Any idea how to go about?<br>
<br>
Thanks,<br>
<br>
Neville.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://postgis.17.n6.nabble.com/Using-PostGIS-for-latitude-longitude-tp5002097p5002155.html" target="_blank">http://postgis.17.n6.nabble.com/Using-PostGIS-for-latitude-longitude-tp5002097p5002155.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the PostGIS - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br>