Skip to content

CurrentExtentChangedInAnimationMapViewEventArgs

Namespace: ThinkGeo.UI.Maui

Use to send data when map's extent is changed.

public class CurrentExtentChangedInAnimationMapViewEventArgs : System.EventArgs

Inheritance objectEventArgsCurrentExtentChangedInAnimationMapViewEventArgs

Properties

FromCenterPoint

Gets the center point before the animation starts.

public PointShape FromCenterPoint { get; internal set; }

Property Value

PointShape

ToCenterPoint

Gets the center point after the animation completes.

public PointShape ToCenterPoint { get; internal set; }

Property Value

PointShape

FromResolution

Gets the map resolution at the beginning of the animation.

public double FromResolution { get; internal set; }

Property Value

double

ToResolution

Gets the map resolution at the end of the animation.

public double ToResolution { get; internal set; }

Property Value

double

FromRotationAngle

Gets the rotation angle before the animation starts, in degrees.

public double FromRotationAngle { get; internal set; }

Property Value

double

ToRotationAngle

Gets the rotation angle after the animation completes, in degrees.

public double ToRotationAngle { get; internal set; }

Property Value

double

Progress

Gets the animation progress represented as a value between 0 and 1.

public double Progress { get; internal set; }

Property Value

double

Constructors

CurrentExtentChangedInAnimationMapViewEventArgs()

public CurrentExtentChangedInAnimationMapViewEventArgs()