Hi guys,
I'm currently working on a C# application. What I would like to do is display a map of the UK, just a JPEG image (if possible), which also, when clicked, generates geographic coordinates of the point clicked.
Ideally what I would like to move onto is displaying a marker at two points clicked with a line drawn between them but the above is my primary goal.
My issue is that I'm actually not too sure how I would go about doing this; I have done a fair bit of research into it and have since used XAML to display the JPEG, but very much unsure of what route I should now go down.
I would greatly appreciate any advice you might be able to give.
Thanks,
M