new GPolyline([
new GLatLng(latii, longg),
new GLatLng(latiendd, longendd)
], "#ff4444", 4);
we are using the above poly line function to draw a line between to
co-ordinates when user drags from one co-ordinate to another.
what the problem here we facing is when we drag exact Lat,Lang positions
of co-ordinates then only we getting the poly line.
we need to get poly line user drags any surroundings(surrounding Lat Lang )
of co-ordinates.
Thanks&Regards
pmms
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---