Select to view content in your preferred language

pinning an element on the map

598
3
11-12-2010 06:20 AM
SangamLama
Emerging Contributor
Hi there,
I need to pin elements (I have custom images) to addresses on the map. How can I do this? They should be pinned based off the latitude longitude of those addressess...

Thank you
0 Kudos
3 Replies
JenniferNery
Esri Regular Contributor
Have you looked at this sample? http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddressToLocation

You can update the PictureMarkerSymbol Source property with your image.
0 Kudos
SangamLama
Emerging Contributor
Have you looked at this sample? http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddressToLocation

You can update the PictureMarkerSymbol Source property with your image.


I did, and it worked now. But, how can I disable the custom tooltip it shows whenever I hover mouse on it? I just want to use the plain old basic tooltip instead...
0 Kudos
JenniferNery
Esri Regular Contributor
You can update the MapTip of the GraphicsLayer that contains this graphic.
0 Kudos