Class LocationToScreenResult
- java.lang.Object
-
- com.esri.arcgisruntime.mapping.view.LocationToScreenResult
-
public final class LocationToScreenResult extends java.lang.Object
Combines a 2D screen point and visibility of a location in aSceneView
.- Since:
- 100.1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocationToScreenResult.SceneLocationVisibility
Modes of visibility that can occur in a LocationToScreenResult.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.graphics.Point
getScreenPoint()
Gets an android.graphics.Point representing device screen coordinates.LocationToScreenResult.SceneLocationVisibility
getVisibility()
Gets the visibility of the 2D screen point.
-
-
-
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
-
getVisibility
public LocationToScreenResult.SceneLocationVisibility getVisibility()
Gets the visibility of the 2D screen point.- Returns:
- the visibility of the result
- Since:
- 100.1.0
-
-