Click here to Skip to main content
15,883,623 members
Articles / Web Development / HTML

GeoLocation using REST, AJAX, and Yahoo! for use with Google Maps

Rate me:
Please Sign up or sign in to vote.
4.43/5 (11 votes)
24 Oct 20063 min read 120.8K   886   66  
Implementing geolocation using REST, AJAX and Yahoo! for use with Google Maps.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Geocode.Test
</name>
</assembly>
<members>
<member name="P:Geocode.Test.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:Geocode.Test.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:Geocode.Test.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I started programming for fun when I was about 10 on an Franklin Ace 1000.

I still do it just for fun but it has gotten me a few jobs over the years. More then I can say for my Microsoft Certifications. Smile | :)

The way I learned was by example, now its time to give back to the next generation of coders.



Comments and Discussions