Class MapGestureEventArgs

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Event arguments for gesture type map events.

C#
Copy
public class MapGestureEventArgs : EventArgs
Inheritance
System.Object
MapGestureEventArgs

Properties

View Source

Geocoordinates

Gets the geographical coordinates for the event.

Declaration
C#
Copy
public Geocoordinates Geocoordinates { get; }
Property Value
Type Description
Geocoordinates
API Level: 3
View Source

GestureType

Gets the type of gesture event.

Declaration
C#
Copy
public GestureType GestureType { get; }
Property Value
Type Description
GestureType
API Level: 3
View Source

Position

Gets screen coordinates in the event.

Declaration
C#
Copy
public Point Position { get; }
Property Value
Type Description
Point
API Level: 3
View Source

RotationAngle

Gets the angle of rotation for rotate gesture event.

Declaration
C#
Copy
public double RotationAngle { get; }
Property Value
Type Description
System.Double
API Level: 3
View Source

TouchCount

Gets the number of fingers detected in the event.

Declaration
C#
Copy
public int TouchCount { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

ZoomFactor

Gets the zoom factor for zoom gesture event.

Declaration
C#
Copy
public double ZoomFactor { get; }
Property Value
Type Description
System.Double
API Level: 3