TileRegionEstimateResult class
The result of tile region estimation.
Constructors
Properties
- errorMargin ↔ double
-
Error margin of the estimate at 99.9% confidence, value between 0 and 1.
getter/setter pair
-
extraOptions
↔ Map<
String?, Object?> ? -
Reserved for future use.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageSize ↔ int
-
Estimated number of bytes required to store the tile region on disk.
getter/setter pair
- transferSize ↔ int
-
Estimated number of bytes to transfer from the network.
getter/setter pair
Methods
-
encode(
) → Object -
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.
override
Static Methods
-
decode(
Object result) → TileRegionEstimateResult