-
public final class DataSceneA data class representing a collection of layers to be rendered.
This acts as a top-level container for multiple layers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDataScene.Companion
-
Method Summary
Modifier and Type Method Description final List<Feature>getFeatures()final LatLngBoundsgetBoundingBox()final List<DataLayer>getLayers()-
-
Method Detail
-
getFeatures
final List<Feature> getFeatures()
-
getBoundingBox
final LatLngBounds getBoundingBox()
-
-
-
-