Class MapGestureEventArgs

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

Event arguments for gesture type map events.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public class MapGestureEventArgs : EventArgs
Inheritance
object
System.EventArgs
MapGestureEventArgs

Properties

View Source

Geocoordinates

Gets the geographical coordinates for the event.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public Geocoordinates Geocoordinates { get; }
Property Value
Type Description
Geocoordinates
View Source

GestureType

Gets the type of gesture event.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public GestureType GestureType { get; }
Property Value
Type Description
GestureType
View Source

Position

Gets screen coordinates in the event.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public Point Position { get; }
Property Value
Type Description
Point
View Source

RotationAngle

Gets the angle of rotation for rotate gesture event.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public double RotationAngle { get; }
Property Value
Type Description
double
View Source

TouchCount

Gets the number of fingers detected in the event.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public int TouchCount { get; }
Property Value
Type Description
int
View Source

ZoomFactor

Gets the zoom factor for zoom gesture event.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public double ZoomFactor { get; }
Property Value
Type Description
double