Class QPolyline
Object
|
+--GPolyline
|
+--AbstractQPolyline
|
+--QPolyline
- class
QPolyline
- extends AbstractQPolyline
|
Constructor Summary |
QPolyline(<Array> points, color, <Number> weight, <Number> opacity, <String> type)
QPolyline is a map overlay which draws a polyline on the map.
|
|
Method Summary |
String
|
getType()
Get the polyline type
|
QPolyline
QPolyline(<Array> points, color, <Number> weight, <Number> opacity, <String> type)
QPolyline is a map overlay which draws a polyline on the map.
Parameters:
points - An array of QLatLng, the sequence of lat/lng defining the line
weight - the line width, in pixels
opacity - the line opacity, 0 <= opacity <= 1
type - the line type, one of either QMap.DRAW or QMap.SCRIBBLE
colour - the line colour, in '#rrggbb' format
getType
String getType()
Returns:
the polyline type. One of either QMap.DRAW or QMap.SCRIBBLE
Documentation generated by
JSDoc on Fri Jul 27 18:32:22 2007