<?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/maps</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 14:28:25 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>
<item>
<title>(VB.NET) Get Google Maps Coordinates from URL - blackf0rk</title>
<link>http://snipplr.com/view/13046/get-google-maps-coordinates-from-url/</link>
<description><![CDATA[ <p>This function will parse out the Google Maps coordinates from a Google Maps link url like this one: http://maps.google.com/?ie=UTF8&amp;ll=43.068888,-87.978516&amp;spn=23.565589,33.925781&amp;t=h&amp;z=5. The coordinates in this URL are 43.068888,-87.978516.</p> ]]></description>
<pubDate>Thu, 12 Mar 2009 17:04:57 GMT</pubDate>
<guid>http://snipplr.com/view/13046/get-google-maps-coordinates-from-url/</guid>
</item>
</channel>
</rss>
