levelsOfDetail property
A list of LevelOfDetail instances. Each one has properties for its particular resolution and scale.
A List with LevelOfDetail
.
Implementation
List<LevelOfDetail> get levelsOfDetail => _levelsOfDetail.value;
A list of LevelOfDetail instances. Each one has properties for its particular resolution and scale.
A List with LevelOfDetail
.
List<LevelOfDetail> get levelsOfDetail => _levelsOfDetail.value;