BuildTerrainProfile class
Preferences regarding building terrain profile
Constructors
- BuildTerrainProfile({bool enable = false, double minVariation = -1})
-
const
-
BuildTerrainProfile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enable → bool
-
Enable / disable terrain profile build
Default is false
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- minVariation → double
-
The minimum elevation variation to be registered for total up / total down statistics
A value < 0 lets the SDK to choose a proper value
Default is 0
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant BuildTerrainProfile other) → bool -
The equality operator.
override