-
- 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.
-
-
Constructor Summary
Constructors Constructor Description GeoJsonLineString(List<LatLng> coordinates, List<Double> altitudes)GeoJsonLineString(List<LatLng> coordinates)
-
Method Summary
Modifier and Type Method Description final StringgetType()final List<LatLng>getCoordinates()final List<Double>getAltitudes()-
-
Method Detail
-
getCoordinates
final List<LatLng> getCoordinates()
-
getAltitudes
final List<Double> getAltitudes()
-
-
-
-