Methods
applySettings(settings)
Use the applySettings(settings) method instead.
The settings object should contain options to be changed for a certain marker. These options are listed below.
attribute(name)
Use the attribute(name) method instead.
The map marker data source can contain an object of attributes assigned to the attributes field. These attributes can hold any information you require. To obtain the value of an attribute, call the attribute(name) method with the name of the required attribute passed as the parameter.
selected()
Use the selected() method instead.
When a marker is selected, this method returns true. Otherwise, the returned value is false. To select/deselect a marker at runtime, use the selected(state) method.
selected(state)
Use the selected() method instead.
To select a marker, pass true as the parameter. Otherwise, pass false. To specify the selection state of a certain marker when configuring VectorMap, use the isSelected field of the object returned by the customize function.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
We appreciate your feedback.