-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
public class KmlMultiGeometry extends MultiGeometry
Represents a KML MultiGeometry. Contains an array of Geometry objects.
-
-
Constructor Summary
Constructors Constructor Description KmlMultiGeometry(ArrayList<Geometry> geometries)Creates a new MultiGeometry object
-
Method Summary
Modifier and Type Method Description ArrayList<Geometry>getGeometryObject()Gets an ArrayList of Geometry objects StringtoString()-
Methods inherited from class com.google.maps.android.data.MultiGeometry
getGeometryObject, getGeometryType, setGeometryType -
Methods inherited from class com.google.maps.android.data.Geometry
getGeometryObject -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-