MapCameraFarPlaneConfiguration constructor
- double distanceFactor,
- double minDistanceInMeters
Creates a new instance.
distanceFactorMultiplier applied to the camera distance to target when calculating the far plane.minDistanceInMetersMinimum far plane clamp in meters.
Implementation
MapCameraFarPlaneConfiguration(this.distanceFactor, this.minDistanceInMeters);