Class DrawingMarkerEventArgs
DrawingManager MarkerComplete events arguments.
Inheritance
System.Object
System.EventArgs
DrawingMarkerEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps.Drawing
Assembly:GoogleMaps.dll
Syntax
public class DrawingMarkerEventArgs : EventArgs
Properties
Position
The position of marker which manager draw on the map.
Declaration
public LatLng Position { get; set; }
Property Value
Type | Description |
---|---|
LatLng |
Methods
FromScriptData(Object)
Retrieves an instance of DrawingMarkerEventArgs from script data.
Declaration
public static DrawingMarkerEventArgs FromScriptData(object scriptObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | scriptObject | The script data object |
Returns
Type | Description |
---|---|
DrawingMarkerEventArgs | The DrawingMarkerEventArgs instance |
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |
Overrides
System.Object.ToString()