Dear Ross,
I did encoded polygon thing using this URL
http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/PolylineEncoderClass.html
In this it shows
dpEncodeToGPolygon
dpEncodeToGPolygon(pointsArray, boundaryColor?, boundaryWeight?,
boundaryOpacity?, fillColor?, fillOpacity?, fill?, outline?)
The same way I did it in my code as follow:
polyline = polylineEncoder.dpEncodeToGPolygon([pts],"#000000",
1,1,colour,0.5,{clickable:false});
polys.push(polyline);
labels.push(label);
map.addOverlay(polyline);
It seem that dpEncodeToGPolygon doesnt support {clickable:false}
What is the solution for encoded polygon clickable?
Santosh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---