Package 

Class KmlLineString

  • All Implemented Interfaces:
    com.google.maps.android.data.Geometry

    @Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) 
    public final class KmlLineString
    extends LineString
                        

    Represents a KML LineString. Contains a single array of coordinates.

    • Constructor Summary

      Constructors 
      Constructor Description
      KmlLineString(<ERROR CLASS><LatLng> coordinates, <ERROR CLASS><Double> altitudes)
      KmlLineString(<ERROR CLASS><LatLng> coordinates)
    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS><Double> getAltitudes()
      <ERROR CLASS><LatLng> getGeometryObject()
      • Methods inherited from class com.google.maps.android.data.kml.KmlLineString

        getGeometryType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KmlLineString

        KmlLineString(<ERROR CLASS><LatLng> coordinates, <ERROR CLASS><Double> altitudes)
      • KmlLineString

        KmlLineString(<ERROR CLASS><LatLng> coordinates)