protected void OnPointTapped(MapPoint p) { PointTapped?.Invoke(p); }
private void WpfMapDrawBase_PointTapped(MapPoint p) { PointTapped?.Invoke(p); }