"color" | Color | Defines the color of the unselected marker. | null |
"hideMarker" | Boolean | Defines whether marker is hidden. | null |
"icon" | String | Defines the icon of the unselected/unactive marker. | null |
"id" | String | Defines the id of the marker. | null |
"latitude" | Number | Defines the latitude of the marker. | null |
"longitude" | Number | Defines the longitude of the marker. | null |
"selected" | Boolean | Defines whether marker is selected. | null |
"selectedColor" | Color | Defines the color of the selected marker. | null |
"selectedIcon" | String | Defines the icon of the selected/active marker. | null |
"title" | String | Defines the title of the marker. | null |