sdk-maps / com.tomtom.online.sdk.map / CameraFocusArea / Builder

Builder

class Builder

Builder used to create an instance of the CameraFocusArea.

Constructors

<init>

Builder(boundingBox: BoundingBox)

Builder used to create an instance of the CameraFocusArea.

Functions

bearing

fun bearing(bearing: Double): CameraFocusArea.Builder

Specifies the map bearing.

build

fun build(): CameraFocusArea

Creates a new instance of the CameraFocusArea.

pitch

fun pitch(pitch: Double): CameraFocusArea.Builder

Specifies the map pitch.