levelsOfDetail property

List<LevelOfDetail> levelsOfDetail

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;