public MapViewerEventArgs(Map map, Point coordinates, ZoomLevel zoomlevel) { Map = map; Coordinates = coordinates; ZoomLevel = zoomlevel; }