My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

Google Earth API

KmlLineString Interface Reference

Inheritance diagram for KmlLineString:

KmlExtrudableGeometry KmlAltitudeGeometry KmlGeometry KmlObject GEEventEmitter KmlLinearRing

List of all members.


Public Member Functions

KmlCoordArray getCoordinates ()

Detailed Description

Defines a connected set of line segments. Use KmlLineStyle to specify the color, color mode, and width of the line. When a LineString is extruded, the line is extended to the ground, forming a polygon that looks somewhat like a wall or fence. For extruded LineStrings, the line itself uses the current LineStyle, and the extrusion uses the current PolyStyle.

Member Function Documentation

KmlCoordArray KmlLineString.getCoordinates (  ) 

Two or more coordinate tuples, each consisting of floating point values for longitude, latitude, and altitude. The altitude component is optional.