CurrentExtentChangedInAnimationMapViewEventArgs¶
Namespace: ThinkGeo.UI.Maui
Use to send data when map's extent is changed.
public class CurrentExtentChangedInAnimationMapViewEventArgs : System.EventArgs
Inheritance object → EventArgs → CurrentExtentChangedInAnimationMapViewEventArgs
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¶
ToResolution¶
Gets the map resolution at the end of the animation.
public double ToResolution { get; internal set; }
Property Value¶
FromRotationAngle¶
Gets the rotation angle before the animation starts, in degrees.
public double FromRotationAngle { get; internal set; }
Property Value¶
ToRotationAngle¶
Gets the rotation angle after the animation completes, in degrees.
public double ToRotationAngle { get; internal set; }
Property Value¶
Progress¶
Gets the animation progress represented as a value between 0 and 1.
public double Progress { get; internal set; }
Property Value¶
Constructors¶
CurrentExtentChangedInAnimationMapViewEventArgs()¶
public CurrentExtentChangedInAnimationMapViewEventArgs()