PolylineOptions Class

GoogleMap Control Artem.Google

GoogleMap Control PolylineOptions Class
NamespacesArtem.Google.UIPolylineOptions
GoogleMap Control v6.0
The options for a google polyline.
Declaration Syntax
C# Visual Basic
public class PolylineOptions : IScriptDataConverter
Public Class PolylineOptions _
	Implements IScriptDataConverter
Members
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ZIndex
The zIndex compared to other polys

Inheritance Hierarchy
Object
PolylineOptions

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)