what actually i am doing is.I have written a code in javascript in which
using the class polylineencoder(as u mentioned) i am generating an encoding
string and then later assiging it to javascript code below is tha code:
var polyline = GPolyline.fromEncoded({color: 'Red',weight: 4,opacity:
0.6,points: *strEncod*,levels: 'PMP',numLevels: 18,zoomFactor: 1});
In strEncod variable am passing the encoding string.
The same i want to do in c#.net.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---