> but still I am not getting fillcolor,strokecolor

In your geoMap.js at abour line 1020 is the code that gets the poly
properties e.g.
   recordJSON.FillOpacity=record.geometry.getFillOpacity();
   recordJSON.StrokeOpacity=record.geometry.getStrokeOpacity();
   recordJSON.StrokeWeight=record.geometry.getStrokeWeight();
If you want to also get the colours your are going to have to invent
and add  .getStrokeColor() and getFillColor() methods to
polygoncontrol.js

--

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=.


Reply via email to