Package 

Class TouchPosition

  • All Implemented Interfaces:

    
    public class TouchPosition
    
                        

    * TouchPosition - class describing a touch position and surrounding metadata Copyright reserved by telenav 2020.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TouchPosition(int numberOfTouches, PointF screenLocation, Location geoLocation) * TouchPosition constructor
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TouchPosition

        TouchPosition(int numberOfTouches, PointF screenLocation, Location geoLocation)
        * TouchPosition constructor
        Parameters:
        numberOfTouches - the number of touch points involved
        screenLocation - the screen location of the touch point
        geoLocation - the geo-location of the touch point
    • Method Detail