@JsType(isNative=true, namespace="<global>", name="Object") public class PolylineOptions extends PathOptions
Modifier and Type | Class and Description |
---|---|
static class |
PolylineOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName_()
Gets the custom class name set on an element.
|
java.lang.Boolean |
getClickable_()
Gets whether the the vector will not emit mouse events and will act as a
part of the underlying map.
|
java.lang.String |
getColor_()
Gets the Stroke color.
|
java.lang.String |
getDashArray_()
Gets the string that defines the stroke dash
pattern.
|
java.lang.Boolean |
getFill_()
Gets Whether to fill the path with color.
|
java.lang.String |
getFillColor_()
Gets the fill color.
|
java.lang.Number |
getFillOpacity_()
Gets the fill opacity.
|
java.lang.String |
getFillRule_()
Gets the string that defines how the inside of a shape is determined.
|
java.lang.String |
getLineCap_()
Gets the string that defines
shape to be used at the end of the stroke.
|
java.lang.String |
getLineJoin_()
Gets the string that defines
shape to be used at the corners of the stroke.
|
java.lang.Boolean |
getNoClip()
Gets whether the polyline clipping is disabled.
|
java.lang.Number |
getOpacity_()
Gets the Stroke opacity.
|
java.lang.String |
getPointerEvents_()
Gets the pointer-events attribute on the path if SVG backend is used.
|
java.lang.Number |
getSmoothFactor()
Gets How much to simplify the polyline on each zoom level.
|
java.lang.Boolean |
getStroke_()
Gets Whether to draw stroke along the path.
|
java.lang.Number |
getWeight_()
Gets the Stroke width in pixels.
|
getClassName, getClickable, getColor, getDashArray, getFill, getFillColor, getFillOpacity, getFillRule, getLineCap, getLineJoin, getOpacity, getPointerEvents, getStroke, getWeight
@JsOverlay public final java.lang.Number getSmoothFactor()
@JsOverlay public final java.lang.Boolean getNoClip()
@JsOverlay public final java.lang.Boolean getStroke_()
@JsOverlay public final java.lang.String getColor_()
@JsOverlay public final java.lang.Number getWeight_()
@JsOverlay public final java.lang.Number getOpacity_()
@JsOverlay public final java.lang.Boolean getFill_()
@JsOverlay public final java.lang.String getFillColor_()
@JsOverlay public final java.lang.Number getFillOpacity_()
@JsOverlay public final java.lang.String getFillRule_()
@JsOverlay public final java.lang.String getDashArray_()
@JsOverlay public final java.lang.String getLineCap_()
@JsOverlay public final java.lang.String getLineJoin_()
@JsOverlay public final java.lang.Boolean getClickable_()
@JsOverlay public final java.lang.String getPointerEvents_()
@JsOverlay public final java.lang.String getClassName_()