Select to view content in your preferred language

Interactive Bing Geocode Sample PictureMarkerSymbol issue

375
2
08-31-2010 09:15 AM
AngelGonzalez
Frequent Contributor
I re-created the ESRI Bing Geocode sample(copy and paste). When I run the app everything works except for the displaying of the PictureMarkerSymbol. Anyclues?
0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor
Is the path to the picturemarkersymbol correct?
0 Kudos
AngelGonzalez
Frequent Contributor
I have double checked the location about 10 times and hitting the wall for two days. I tried Source="/Assets..." and Source="Assets..."  Am I missing a reference?


<Grid.Resources>
            <esri:PictureMarkerSymbol x:Key="GeocodeSymbol" 
                OffsetX="0" OffsetY="31" Source="Assets/images/flag-yellow-32x32.png" />
            <esri:PictureMarkerSymbol x:Key="ReverseGeocodeSymbol" 
                                      OffsetX="12" OffsetY="12" Source="/Assets/images/x-24x24.png" />
        </Grid.Resources>
0 Kudos