Class MapGestureEventArgs
Definition
- Assembly:
- Tizen.Maps.dll
Event arguments for gesture type map events.
public class MapGestureEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMapGestureEventArgs
Properties
View SourceGeocoordinates
Gets the geographical coordinates for the event.
Declaration
public Geocoordinates Geocoordinates { get; }
Property Value
Type | Description |
---|---|
Geocoordinates |
GestureType
Gets the type of gesture event.
Declaration
public GestureType GestureType { get; }
Property Value
Type | Description |
---|---|
GestureType |
Position
Gets screen coordinates in the event.
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
Point |
RotationAngle
Gets the angle of rotation for rotate gesture event.
Declaration
public double RotationAngle { get; }
Property Value
Type | Description |
---|---|
double |
TouchCount
Gets the number of fingers detected in the event.
Declaration
public int TouchCount { get; }
Property Value
Type | Description |
---|---|
int |
ZoomFactor
Gets the zoom factor for zoom gesture event.
Declaration
public double ZoomFactor { get; }
Property Value
Type | Description |
---|---|
double |