Hi,
Were have been using MapTap ealier like this:
Map.MapTap += (sender, args) => HandleMapTap(args.WorldX, args.WorldY, args.ScreenX, args.ScreenY);
Now MapTap is not raised anymore with 14.3 release. What is the correct way to get those same coordinates from touchscreen tap which were earlier provided by MapTap ?
Br, Simo