Select to view content in your preferred language

reg : PictureMarkerSymbol

598
1
09-28-2010 10:08 PM
VikramS
Frequent Contributor
Hi all ,

I am not able to display the picture for the picturemarkersymbol .. Please let me know what does the below path refers to . Please help me .. Thanks

Source="/Assets/images/i_pushpin.png"
0 Kudos
1 Reply
AliMirzabeigi
Emerging Contributor
Vikram,

Relative references are relative to  the XAP file for the application (not the HTML page that hosts  the plug-in) therefore; you should have "/Assets/images/i_pushpin.png" placed in the folder that your XAP file is built (default is the ClientBin folder).
0 Kudos