Information on this website refers to a deprecated product, and is provided only for historical reference. Please use the Version Switcher above to select an appropriate documentation website for the product you are using.

MapImage

Type class

MapImage is a class where properties of images are defined. MapImage can display external svg, png, jpg or gif files. There are 3 predefined images: circle, rectangle and bubble.

MapLine

Type class

MapLine is a class where lines are defined. If you want the line to be placed on a stage and not moved together with the map, you should set xArray and yArray properties. Otherwise set latArray and longArray properties. In case some property is not defined in this class, MapLine will use LinesSettings class property with the same name.

MapObject

Type class

MapObject is a base class of MapImage, MapLine, MapArea and MapData. In case a property is not set, map object will use value of the same property of AreasSettings/ImagesSettings/LinesSettings.

ObjectList

Type class

Object list displays the list of MapObjects available in DataSet. The list requires a separate div to be created. This list is made using <ul> and <li> tags and can be styled using css.

SmallMap

Type class

Small map displays a small map with rectangle indicating zoom level and position.

ValueLegend

Type class

This class displays a color range used by areas (in case you set values for your areas).

ZoomControl

Type class

Zoom control displays zoom and pan controls on the map.