In one app I'm developing I have a circle (45 point polygon) "attached" to a draggable marker, so when you drag the marker the circle moves with it, giving a visual aid to the user as to the radius away from that marker.
In the past couple days I noticed it flickers instead of being smoothly redrawn while dragging. After some investigation and creation of a test case I can say that it did not exhibit this behavior in version 2.153 of the API, but all versions since then display this issue. Demonstration of issue, only difference is API version: http://keytosavannah.dev.emarketsouth.com/citybuddy/test_2_153 http://keytosavannah.dev.emarketsouth.com/citybuddy/test_2_x The one thing I'm not sure of is whether there is a better way to move a polygon on the map than removing it, creating a new polygon, and redrawing it. If there is a way to do this without getting the flicker in the new versions of the API I would be grateful for any pointers. Regards, -Ty --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
