The options for a google polyline.

C# | Visual Basic |
public class PolylineOptions : IScriptDataConverter
Public Class PolylineOptions _ Implements IScriptDataConverter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PolylineOptions()()()() |
Initializes a new instance of the PolylineOptions class.
|
![]() | Clickable |
Gets or sets a value indicating whether this PolylineOptions is clickable.
Indicates whether this Polyline handles click events. Defaults to true.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromScriptData(Object) |
Retrieves an instance from script data.
|
![]() | Geodesic |
Gets or sets a value indicating whether this PolylineOptions is geodesic.
Render each edge as a geodesic (a segment of a "great circle"). A geodesic is the shortest path between two points along the surface of the Earth.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StrokeColor |
The stroke color. All CSS3 colors are supported except for extended named colors.
|
![]() | StrokeOpacity |
The stroke opacity between 0.0 and 1.0
|
![]() | StrokeWeight |
The stroke width in pixels.
|
![]() | ToScriptData()()()() |
Returns the instance as a script data.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | ZIndex |
The zIndex compared to other polys
|

Object | |
![]() | PolylineOptions |