MapCameraFarPlaneConfiguration class
Far plane distance configuration for a zoom level.
Effective far plane is computed from both parameters as: farPlaneInMeters = max( minDistanceInMeters, distanceToTargetInMeters * distanceFactor )
Constructors
- MapCameraFarPlaneConfiguration(double distanceFactor, double minDistanceInMeters)
- Creates a new instance.
Properties
- distanceFactor ↔ double
-
Multiplier applied to the camera distance to target when calculating the far plane.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- minDistanceInMeters ↔ double
-
Minimum far plane clamp in meters.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.