-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
public class MultiGeometry implements Geometry
An abstraction that shares the common properties of KmlMultiGeometry and GeoJsonMultiLineString, GeoJsonMultiPoint and GeoJsonMultiPolygon
-
-
Field Summary
Fields Modifier and Type Field Description private StringgeometryType
-
Constructor Summary
Constructors Constructor Description MultiGeometry(List<out Geometry> geometries)Creates a new MultiGeometry object
-
Method Summary
Modifier and Type Method Description StringgetGeometryType()Gets the type of geometry voidsetGeometryType(String type)Set the type of geometry List<Geometry>getGeometryObject()Gets the stored geometry object StringtoString()-
-
Method Detail
-
getGeometryType
String getGeometryType()
Gets the type of geometry
-
setGeometryType
void setGeometryType(String type)
Set the type of geometry
- Parameters:
type- String describing type of geometry
-
getGeometryObject
List<Geometry> getGeometryObject()
Gets the stored geometry object
-
-
-
-