-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public class LineString implements Geometry
Legacy LineString wrapper bridging to the new data layer.
-
-
Constructor Summary
Constructors Constructor Description LineString(List<LatLng> points)
-
Method Summary
Modifier and Type Method Description StringgetGeometryType()List<LatLng>getGeometryObject()-
-
Constructor Detail
-
LineString
LineString(List<LatLng> points)
-
-
Method Detail
-
getGeometryType
String getGeometryType()
-
getGeometryObject
List<LatLng> getGeometryObject()
-
-
-
-