-
- All Implemented Interfaces:
-
com.google.maps.android.data.renderer.model.Geometry
public final class LineString implements Geometry
A Geometry that contains a list of Points, representing a line.
-
-
Constructor Summary
Constructors Constructor Description LineString(List<Point> points)
-