Hi,
May i know how can i accomplish this pls?
http://clip2net.com/s/7e5IEa
Our requirement is to use car icons as MapPinPoint. I already accomplish that using this code
Our next requirment is to put a tooltip like popup whenever the user clicks on the icon car. It also has some labels or buttons on the bottom. it must trigger an event like click on the backend whenever clicked. example "Send a message" it will trigger click event of that "send message button" to show a form.
May i ask how is this possible? im having a hardtime doing this. can i have a sample project from you?
THanks
May i know how can i accomplish this pls?
http://clip2net.com/s/7e5IEa
Our requirement is to use car icons as MapPinPoint. I already accomplish that using this code
<br> MapPinPoint pinPoint =
new
MapPinPoint()<br> {<br> Background =
new
SolidColorBrush(Colors.Transparent),<br> Foreground =
new
SolidColorBrush(Colors.Transparent),<br> FontSize = 14,<br> Text =
"test"
+ i ,<br> ImageSource =
new
BitmapImage(
new
Uri(@
"https://cdn4.iconfinder.com/data/icons/aiga-symbol-signs/388/aiga_taxi-32.png"
, UriKind.Absolute))<br> };<br><br>
this
.informationLayer.Items.Add(pinPoint);
Our next requirment is to put a tooltip like popup whenever the user clicks on the icon car. It also has some labels or buttons on the bottom. it must trigger an event like click on the backend whenever clicked. example "Send a message" it will trigger click event of that "send message button" to show a form.
May i ask how is this possible? im having a hardtime doing this. can i have a sample project from you?
THanks