-
- 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()-
-
Constructor Detail
-
KmlLineString
KmlLineString(<ERROR CLASS><LatLng> coordinates, <ERROR CLASS><Double> altitudes)
-
KmlLineString
KmlLineString(<ERROR CLASS><LatLng> coordinates)
-
-
Method Detail
-
getAltitudes
final <ERROR CLASS><Double> getAltitudes()
-
getGeometryObject
<ERROR CLASS><LatLng> getGeometryObject()
-
-
-
-