Hi

I seem to have read that the polyline.getVertexCount() is buggy, but
the threads are kinda old. Does anyone know if the bug has been fixed
cause I'm still experiencing some wierd behaviour.

Example:
I create a polyline with 15 vertices and delete them from the back
using:

GLog.write(polyline.getVertexCount());
polyline.deleteVertex( polyline.getVertexCount()-1 );
GLog.write(polyline.getVertexCount());

The first time it returns 15 and 15 instead of 15 and 14 as I would
think it was supposed to? But from then on the behaviour is correct
(returning 14 then 13 and so on)?

Can anyone shed some light on this issue?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to