On Feb 19, 2:13 pm, SimoonEpoint <[email protected]> wrote: > It is a function which are documented > here:http://code.google.com/intl/en/apis/maps/documentation/reference.html...
It's not a function of the GPolygon object. It's an **abstract method** of the parent class, as the documentation says. "An abstract method is a dummy code method which has no implementation. It is often used as a placeholder to be overridden later by a subclass of or an object prototyped from the one that implements the abstract method. In this way, abstract methods help to partially specify a framework." Quoted from http://en.wikipedia.org/wiki/Method_(computer_science) The overriding method, GPolygon.copy() is undocumented and therefore unreliable, as Mike said. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
