hi
how can i use ImageUrlValuePath from marker?
I want to use image from datasource
i test c#
marker.ImageUrlValuePath = "pict";
my JS
"name": "TEST",
"latitude": 51.0102424621582,
"longitude": 2.3486793041229248,
"population": 0,
"Country": "",
"Continent": "",
"siteweb": "",
"info1": "450 ",
"color": "green",
"shape": "Pentagon",
"pict": "~/App_Data/laura.png"
but that doesn't work
any idea?