====== ThinkGeo.MapSuite.WebForms.Marker ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WebForms.Marker** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} Marker() ** * //Initialize a new instance of the Marker class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} Marker(WebImage) ** * //Initialize a new instance of the Marker class.// == Remarks == * //N/A// == Parameters == * //webImage// * Type:[[ThinkGeo.MapSuite.WebForms.WebImage|WebImage]] * Description:The icon for the marker.
** {{wiki:PublicMethod.gif|}} Marker(Double,Double) ** * //Initialize a new instance of the Marker class.// == Remarks == * //N/A// == Parameters == * //x// * Type:Double * Description:The X coordinate of the marker. * //y// * Type:Double * Description:The Y coordinate of the marker.
** {{wiki:PublicMethod.gif|}} Marker(Double,Double,WebImage) ** * //Initialize a new instance of the Marker class.// == Remarks == * //N/A// == Parameters == * //x// * Type:Double * Description:The X coordinate of the marker. * //y// * Type:Double * Description:The Y coordinate of the marker. * //webImage// * Type:[[ThinkGeo.MapSuite.WebForms.WebImage|WebImage]] * Description:The icon for the marker.
** {{wiki:PublicMethod.gif|}} Marker(PointShape) ** * //Initialize a new instance of the Marker class.// == Remarks == * //N/A// == Parameters == * //position// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:The position of the marker.
** {{wiki:PublicMethod.gif|}} Marker(PointShape,WebImage) ** * //Initialize a new instance of the Marker class.// == Remarks == * //N/A// == Parameters == * //position// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:The position of the marker. * //webImage// * Type:[[ThinkGeo.MapSuite.WebForms.WebImage|WebImage]] * Description:The icon for the marker.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:A JSON string that is used to create a marker at the client side. == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} ContextMenu ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.ContextMenu|ContextMenu]] ** {{wiki:PublicProperty.gif|}} Popup ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.CustomPopup|CustomPopup]] ** {{wiki:PublicProperty.gif|}} PopupDelay ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Position ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] ** {{wiki:PublicProperty.gif|}} WebImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.WebImage|WebImage]] ** {{wiki:PublicProperty.gif|}} Opacity ** * //N/A// == Remarks == * //The Opacity property enables you to specify a level of transparency for the marker. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the marker completely invisible.// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} IsVisible ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ==== Protected Properties ==== ==== Public Events ====