com.radiusnetworks.navigationkit
Class TapUtils

java.lang.Object
  extended by com.radiusnetworks.navigationkit.TapUtils

public class TapUtils
extends java.lang.Object

Created by matthewbtyler on 12/1/14.


Constructor Summary
TapUtils(Context context)
           
 
Method Summary
protected  PointF convertTapToMeters(PointF tapPoint, MapConfig mapConfig)
           
protected  boolean pathContainsPoint(PointF[] points, PointF touchPixelCoords)
           
 PointF rotateCoordinateWithRotation(PointF coordinate, double theta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapUtils

public TapUtils(Context context)
Method Detail

convertTapToMeters

protected PointF convertTapToMeters(PointF tapPoint,
                                    MapConfig mapConfig)

pathContainsPoint

protected boolean pathContainsPoint(PointF[] points,
                                    PointF touchPixelCoords)

rotateCoordinateWithRotation

public PointF rotateCoordinateWithRotation(PointF coordinate,
                                           double theta)