-
- All Implemented Interfaces:
public final class TouchedAnnotationTouchedAnnotation - 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 classTouchedAnnotation.Companion
-
Field Summary
Fields Modifier and Type Field Description public final Annotationannotationpublic final IntegertouchedInsideXpublic final IntegertouchedInsideY
-
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)
-
-
-
-