I have a MapControl in my app and I want to retrieve the coordinate of the point taped by the user.
<Maps:MapControl Grid.Row="0"
ColorScheme="Light"
Margin="10"
x:Name="mainMap"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Tapped="mainMap_Tapped"
MapElementClick="mainMap_MapElementClick"
/>
But I don't know how to get this from the event private void mainMap_Tapped(object sender, TappedRoutedEventArgs e)