Hi,
Need to show different colors(4 diff colors) along with text to stops based on time delay. but facing challenges to give different colors to middle object.
currently I am using below sample code,
stops: {
first: {
type: "simple-marker",
style: "circle",
size: 10,
color: "#FFEF00",
},
middle: {
type: "simple-marker",
style: "circle",
size: 10,
color: "#FFEF00",
},
}
If we have any sample CODE/URL/Approach, please suggest.
Thanks in advance.