Skip to content

MapViewEventArgs

Namespace: ThinkGeo.UI.Maui

The EventArgs base class for MapView events

public abstract class MapViewEventArgs

Inheritance ObjectMapViewEventArgs

Fields

ScreenPointers

The screenPoint selection. It contains the point (X, Y) for sure, and could contain other screen points

public List<ScreenPointD> ScreenPointers;

X

The X on the screen

public double X;

Y

The Y on the screen

public double Y;