Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

CircleIcon

Inheritance: Icon > CircleIcon

The CircleIcon class is used to add a circular marker on the map.
The CircleIcon class is based on the Icon class, and in order to add a circular marker on the map you should attach the CircleIcon object to the marker you’d like to add to the map.

See on the examples page how to add markers to the map: Use shapes -> Add external icon to map


Summary
Inheritance: Icon > CircleIcon
The CircleIcon constructor.

Constructors

CircleIcon

CircleIcon(int radius
LineStyle lineStyle
BrushStyle brushStyle)

The CircleIcon constructor.

Parameters

radiusThe radius (in pixels) of the icon.
lineStyleThe line style of the icon.
brushStyleThe brush style of the icon.
The Icon class is used to set the graphic form of the Marker object.
You can use 3 types of icons that inherit from this class:
CircleIcon(int radius
LineStyle lineStyle
BrushStyle brushStyle)
The CircleIcon constructor.
This class defines a line style.
This class defines a brush style.