Hi,
I am trying to use a custom location pin that changes size on zoom in and out. Right now i am using default location pin for this. Below is my code:
<vbm:Spots items="{mapDataModel>/}">
<vbm:Spot position="{mapDataModel>logitude};{mapDataModel>latitude};0;"
labelType="Default" contentColor="Green" type="Inactive"
Image="Images/icon_Home_20x20.png"
labelPos="5" contextMenu="onContextMenuItem">
</vbm:Spot>
</vbm:Spots>
How to use custom image that spans on zoom in and out? Any help is appreciated.