<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/vbnet/tags/longitude</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 16:31:41 GMT</pubDate>
<item>
<title>(VB.NET) Get Latitude and Longitude from Address (using Google Maps) - blackf0rk</title>
<link>http://snipplr.com/view/14929/get-latitude-and-longitude-from-address-using-google-maps/</link>
<description><![CDATA[ <p>Use inType=0 and feed in a specific Google Maps URL to parse out the GeoCoords from the URL
e.g. http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=53154&amp;sll=37.0625,-95.677068&amp;sspn=52.505328,80.507812&amp;ie=UTF8&amp;ll=42.858224,-88.000832&amp;spn=0.047943,0.078621&amp;t=h&amp;z=14
Function returns a string of geocoords (e.g. "-87.9010610,42.8864960")

Use inType=1 and feed in a zip code, address, or business name
Function returns a string of geocoords (e.g. "-87.9010610,42.8864960")
If an invalid address, zip code or location was entered, the function will return "0,0"</p> ]]></description>
<pubDate>Tue, 12 May 2009 10:33:03 GMT</pubDate>
<guid>http://snipplr.com/view/14929/get-latitude-and-longitude-from-address-using-google-maps/</guid>
</item>
</channel>
</rss>