This is the C# sample code that is available in the documentation: Example: Signing a URL in C# http://code.google.com/apis/maps/documentation/webservices/#CSharpSignatureExample
I think that's all the C# you'll find in the Maps API documentation. On Fri, Aug 13, 2010 at 13:20, sureshT suri <[email protected]>wrote: > Hi , > > Can i have complete code in c#.net for getting the reverse geo coding > using Google premier key. > > > > > > > On Fri, Aug 13, 2010 at 3:31 AM, Andrew Leach <[email protected]>wrote: > >> On 13 August 2010 11:28, sureshT suri <[email protected]> wrote: >> > i have checked the document and have implemented, but i am not getting >> the >> > proper result ,its still showing errors.I am new this concept. >> > Anyways >> >> Have a look at your request which returns JSON. That starts >> http://maps.google.com/maps/api/geocode/json?address= >> >> Then have a look at the documentation which tells you how you to >> request XML. The example URL starts >> http://maps.google.com/maps/api/geocode/xml?address= >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Google Maps API" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-maps-api%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-maps-api?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
