JavaScript/jQuery VectorMap - layers.label
Type:
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.
Feedback