Do you guys have plans to implement xaml style push pins. Or the ability to do relatively the same within code. For example:
<map:WpfMap x:Name="MyMap">
<map:WpfMapPushPin x:Name="MyPin" Content="Some label content" Latitude="26.835547" Longitude="-80.139919" />
</map:WpfMap>