-
public final class DataLayerA data class representing a layer of features.
A layer is a collection of features that can be managed independently (added/removed) from the map.
-
-
Field Summary
Fields Modifier and Type Field Description private final LatLngBoundsboundingBoxprivate final List<Feature>featuresprivate final Map<String, Object>properties
-
Method Summary
Modifier and Type Method Description final LatLngBoundsgetBoundingBox()final List<Feature>getFeatures()final Map<String, Object>getProperties()-
-
Method Detail
-
getBoundingBox
final LatLngBounds getBoundingBox()
-
getFeatures
final List<Feature> getFeatures()
-
getProperties
final Map<String, Object> getProperties()
-
-
-
-