On Apr 23, 12:20 pm, sureshT suri <[email protected]> wrote: > > I have very large number of values (6000) so showing these values on the > google map using c# code is very difficult it makes the whole site verr > slow.To over come this problem i used below function. > > GPolyline.fromEncoded using javascript > > but i don't want to use the javascript function.i want to pass the encoding > value to c# code which i mentioned on the top of my code. > > In brief, i need to pass the encdoing lat and long values to my c# google > map control.
Are you saying you want to do the encoding in C#? Or get your map control to cope with an encoded polygon? Mark McClure has encoding routines in various languages at http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ -- not C# specifically, but you may be able to make use of the techniques he describes. If you want help making your C# control accept encoded polylines, you're probably out of luck here and might do better in a C# group. 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 -~----------~----~----~----~------~----~------~--~---
