LevelOfDetail class final
This object represents a level of detail (LOD) in a tile scheme.
You can get this object from TileInfo.levelsOfDetail.
- Implemented types
Constructors
- LevelOfDetail({required int level, required double resolution, required double scale})
-
Creates a new level of detail (LOD) object.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- level → int
-
The level of the level of detail.
no setter
- resolution → double
-
The resolution of the level of detail.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale → double
-
The scale of the level of detail.
no setter
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.
inherited