Google maps marker.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GoogleMapsMarker
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> 
Public Class GoogleMapsMarker
Visual C++
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class GoogleMapsMarker
F#
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type GoogleMapsMarker =  class end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Web.Controls..::..GoogleMapsMarker

See Also