Package 

Class LineString

  • 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
      String getGeometryType()
      List<LatLng> getGeometryObject()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait