A marker will be displayed on a map layer at a specific point.
This type is a list with the following entry types:
| Key | Type | Description | Default Value |
|---|
"actions" | Array | Optional actions that are performed when the marker callout is tapped. | null |
"color" | Color | Color of the marker. | "#45f459" |
"hidden" | Boolean | Determines whether or not the marker should be hidden. | null |
"icon" | String | Default asset used for the marker. In other words, the icon asset that will be displayed when the marker is not selected. | null |
"id" | String | ID of the marker. | null |
"latitude" | Number | Latitude coordinate of the marker. | null |
"longitude" | Number | Longitude coordinate of the marker. | null |
"selected" | Boolean | Determines whether or not the marker should be selected when the map layer is initially loaded. | false |
"selectedIcon" | String | Asset that is displayed when the user selects the marker. | null |
"text" | String | Title of the marker. | null |