Box
Map
A newer version of this page is available. Switch to the current version.

jQuery VectorMap - layers.label

Specifies marker label properties.

Type:

Object

A marker label is a text that accompanies a map marker. Usually, a marker label displays the name of a certain geographical point.

To specify a text to be used in a marker label, place it in a field of the marker object. After that, assign the name of this field to the label.dataField property. Finally, enable marker labels by assigning true to the label.enabled property.

dataField

The name of the data source attribute containing marker texts.

Type:

String

enabled

Enables marker labels.

Type:

Boolean

Default Value: true for markers; false for areas

font

Specifies font properties for marker labels.

Type:

Object