MapObject.draw

Syntax

draw();

Description

The draw method renders an object on the map.

Comments

The method is abstract and should be redefined in child objects.

Example

The example of use is given on the page with description of the MapLayer.addSubLayer method.

See also:

MapObject