
Announcements
Hi,
I've built a canvas app that uses the Map Control.
I'm trying to change the default pin icon from a blue balloon (shown below) to a bus.
btw, "Bus" is not a field in my REST API data source. I was hoping to hard code it in.
I've set the ItemsIcons property to "Bus" but it doesn't like it.
Anybody know how this can be done?
I don't think it will take a static value in there as this field takes the field name as the source of values.
If you don't have the value in your data sources, you can add a column using AddColumn in the table you are passing as Items with hard coded value.
Can you share how you are setting the Items property of the Maps control?
Please mark this as answer if it works 🙂