draw();
The draw method renders an object on the map.
The method is abstract and should be redefined in child objects.
The example of use is given on the page with description of the MapLayer.addSubLayer method.
See also:
MapObject