-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class GeoJsonMultiLineString extends MultiGeometry
A GeoJsonMultiLineString geometry contains a number of GeoJsonLineStrings.
-
-
Constructor Summary
Constructors Constructor Description GeoJsonMultiLineString(List<GeoJsonLineString> geoJsonLineStrings)
-
Method Summary
Modifier and Type Method Description final StringgetType()final List<GeoJsonLineString>getLineStrings()-
-
Constructor Detail
-
GeoJsonMultiLineString
GeoJsonMultiLineString(List<GeoJsonLineString> geoJsonLineStrings)
-
-
Method Detail
-
getLineStrings
final List<GeoJsonLineString> getLineStrings()
-
-
-
-