ControlPoint

constructor(    distance: Distance,     @FloatRange(from = 0.0, to = 22.0) zoom: Double,     @FloatRange(from = 0.0, to = 90.0) tilt: Double = DEFAULT_TILT,     @FloatRange(from = 1.0, to = 150.0) fieldOfView: Double = DEFAULT_FIELD_OF_VIEW)