-
- All Implemented Interfaces:
public final class TouchedAnnotation
TouchedAnnotation - class describing an annotation that has been touched, and the coordinates of the touch inside the Texture, which computed internally with the origin in top-left corner Copyright reserved by telenav 2020.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
TouchedAnnotation.Companion
-
Field Summary
Fields Modifier and Type Field Description public final Annotation
annotation
public final Integer
touchedInsideX
public final Integer
touchedInsideY
-
Constructor Summary
Constructors Constructor Description TouchedAnnotation(Annotation annotation, Integer touchedInsideX, Integer touchedInsideY)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
TouchedAnnotation
TouchedAnnotation(Annotation annotation, Integer touchedInsideX, Integer touchedInsideY)
-
-
-
-