-
- All Implemented Interfaces:
public class TouchPosition
* TouchPosition - class describing a touch position and surrounding metadata Copyright reserved by telenav 2020.
-
-
Field Summary
Fields Modifier and Type Field Description public final int
numberOfTouches
public final PointF
screenLocation
public final Location
geoLocation
-
Constructor Summary
Constructors Constructor Description TouchPosition(int numberOfTouches, PointF screenLocation, Location geoLocation)
* TouchPosition constructor
-