Package 

Class GeoJsonLineString

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

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

    A GeoJsonLineString geometry represents a number of connected LatLngs.

    • Method Summary

      Modifier and Type Method Description
      final String getType()
      final List<LatLng> getCoordinates()
      final List<Double> getAltitudes()
      • Methods inherited from class com.google.maps.android.data.geojson.GeoJsonLineString

        getGeometryObject, getGeometryType
      • Methods inherited from class java.lang.Object

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