Builder
class Builder
Content copied to clipboard
Builder for FollowPuckViewportStateOptions
Constructors
Functions
bearing
Link copied to clipboard
fun bearing(options: FollowPuckViewportStateBearing?): FollowPuckViewportStateOptions.Builder
Content copied to clipboard
Indicates how to obtain the value to use for CameraOptions.bearing when setting the camera. If set to null, bearing will not be modified by the FollowPuckViewportState.
build
Link copied to clipboard
padding
Link copied to clipboard
fun padding(padding: EdgeInsets?): FollowPuckViewportStateOptions.Builder
Content copied to clipboard
The value to use for setting CameraOptions.padding. If null, padding will not be modified by the FollowPuckViewportState.
pitch
Link copied to clipboard
The value to use for setting CameraOptions.pitch. If null, pitch will not be modified by the FollowPuckViewportState.
zoom
Link copied to clipboard
The value to use for setting CameraOptions.zoom. If null, zoom will not be modified by the FollowPuckViewportState.