public class FeatureCollection
extends java.lang.Object
Constructor and Description |
---|
FeatureCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addFeature(Feature feature)
Adds a feature to this feature collection.
|
com.codename1.maps.BoundingBox |
calculateBounds()
Calculates a bounding box for this feature collection.
|
java.util.List<Feature> |
getFeatures()
Gets a list of features in this collection.
|
public void addFeature(Feature feature)
feature
- public java.util.List<Feature> getFeatures()
public com.codename1.maps.BoundingBox calculateBounds()