Class LocationToScreenResult


  • public final class LocationToScreenResult
    extends java.lang.Object
    Combines a 2D screen point and visibility of a location in a SceneView.
    Since:
    100.1.0
    • Method Detail

      • getScreenPoint

        public android.graphics.Point getScreenPoint()
        Gets an android.graphics.Point representing device screen coordinates. Coordinate values are in pixels, relative to the top-left corner of the SceneView's screen location.
        Returns:
        the screen point
        Since:
        100.1.0