React VectorMap Map Elements

This section describes vector map elements.

Area Deprecated

Use the Layer Element instead.

This section describes the fields and methods that can be used in code to manipulate the Area object.

The elements described in this section become accessible when you get an area as a callback function parameter or obtain all the map areas using the getAreas() method.

Layer

This section describes the Layer object, which represents a vector map layer.

The elements described in this section become accessible when you get a layer as a callback function parameter or obtain all the map layers using the getLayers() method.

Layer Element

This section describes the Layer Element object, which represents a vector map layer element.

The elements described in this section become accessible when you get a layer element as a callback function parameter or obtain all the map layers using the getElements() method.

Marker Deprecated

Use the Layer Element instead.

This section describes the fields and methods that can be used in code to manipulate the Markers object.

The elements described in this section become accessible when you get a marker as a callback function parameter or obtain all the map markers using the getMarkers() method.