Package 

Class GeoJsonMultiLineString

    • Method Summary

      Modifier and Type Method Description
      String getType() Gets the type of geometry.
      List<GeoJsonLineString> getLineStrings() Gets a list of GeoJsonLineStrings
      • Methods inherited from class com.google.maps.android.data.MultiGeometry

        getGeometryObject, getGeometryType, setGeometryType, toString
      • Methods inherited from class com.google.maps.android.data.Geometry

        getGeometryObject
      • Methods inherited from class java.lang.Object

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

      • GeoJsonMultiLineString

        GeoJsonMultiLineString(List<GeoJsonLineString> geoJsonLineStrings)
        Creates a new GeoJsonMultiLineString object
        Parameters:
        geoJsonLineStrings - list of GeoJsonLineStrings to store