onViewAnnotationPositionUpdated

abstract fun onViewAnnotationPositionUpdated(view: View, leftTopCoordinate: ScreenCoordinate, width: Int, height: Int)

Callback triggered when core updated view annotation position.

Note: although view has already translation updated properly prior to this callback - view could actually still not be there on the screen due to Android rendering invalidate mechanism.

Parameters

view

view that is updated.

leftTopCoordinate

left-top screen coordinate of the view in pixels; both x and y may be < 0 if view does not fully fits the screen.

width

width 0 in pixels.

height

height 0 in pixels.