Skip to main content
Version: 4.60

ValueMap

Field that are used to display markers on the map based on the query results.

This type has the following structure:

KeyTypeDescriptionDefault Value
"color"ColorDefines the color of the unselected marker.null
"hideMarker"BooleanDefines whether marker is hidden.null
"icon"StringDefines the icon of the unselected/unactive marker.null
"id"StringDefines the id of the marker.null
"latitude"NumberDefines the latitude of the marker.null
"longitude"NumberDefines the longitude of the marker.null
"selected"BooleanDefines whether marker is selected.null
"selectedColor"ColorDefines the color of the selected marker.null
"selectedIcon"StringDefines the icon of the selected/active marker.null
"title"StringDefines the title of the marker.null