-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public class MultiGeometry implements Geometry
An abstraction that shares the common properties of KmlMultiGeometry, GeoJsonMultiLineString, GeoJsonMultiPoint, and GeoJsonMultiPolygon.
-
-
Constructor Summary
Constructors Constructor Description MultiGeometry(List<Geometry> geometries)
-
Method Summary
Modifier and Type Method Description StringgetGeometryType()List<Geometry>getGeometryObject()final UnitsetGeometryType(String type)StringtoString()-
-
Method Detail
-
getGeometryType
String getGeometryType()
-
getGeometryObject
List<Geometry> getGeometryObject()
-
setGeometryType
final Unit setGeometryType(String type)
-
-
-
-