ViewportData
class ViewportData @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] ) constructor(val cameraForFollowing: CameraOptions, val cameraForOverview: CameraOptions, val cameraForPointsOverview: CameraOptions = cameraForOverview)
Data object that carries the camera frames that NavigationCamera uses for transitions and continuous updates.
Constructors
Link copied to clipboard
constructor(cameraForFollowing: CameraOptions, cameraForOverview: CameraOptions)
Creates a ViewportData for sources that do not distinguish points overview: cameraForPointsOverview is set to cameraForOverview.
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] )
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] )
Target camera frame to use for the points overview (framing an arbitrary set of points), which is reported publicly as OVERVIEW.