class Builder
Builder used to create an instance of the CameraFocusArea.
Builder(boundingBox: BoundingBox)
Builder used to create an instance of the CameraFocusArea. |
fun bearing(bearing: Double): CameraFocusArea.Builder
Specifies the map bearing. |
|
fun build(): CameraFocusArea
Creates a new instance of the CameraFocusArea. |
|
fun pitch(pitch: Double): CameraFocusArea.Builder
Specifies the map pitch. |