On Jan 7, 1:10 pm, Asif <[email protected]> wrote: > I want to write an application by using Google maps, C#.Net > 2005. In that application i need to display several marks on google > map using latitudes&longitudes and draw a route(poly line) that will > connect several marks.i need to develop this one using C#.NET 2005 > please help regarding this issue.
Have you read the documentation? Almost the first sentence is "The Google Maps JavaScript API lets you embed Google Maps in your web pages." See http://code.google.com/apis/maps/documentation/index.html That means that it's a Javascript API, not C#.NET, and it's designed for web pages. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
