User Tools

Site Tools


api:thinkgeo.mapsuite.mvc.marker

ThinkGeo.MapSuite.Mvc.Marker

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Mvc.Marker

Members Summary

Public Constructors

Marker()

  • Initialize a new instance of the Marker class.
Remarks
  • N/A
Parameters

Marker(WebImage)

  • Initialize a new instance of the Marker class.
Remarks
  • N/A
Parameters
  • webImage
    • Type:WebImage
    • Description:The icon for the marker.

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.

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:WebImage
    • Description:The icon for the marker.

Marker(PointShape)

  • Initialize a new instance of the Marker class.
Remarks
  • N/A
Parameters
  • position
    • Description:The position of the marker.

Marker(PointShape,WebImage)

  • Initialize a new instance of the Marker class.
Remarks
  • N/A
Parameters
  • position
    • Description:The position of the marker.
  • webImage
    • Type:WebImage
    • Description:The icon for the marker.

Protected Constructors

Public Methods

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

FromJson(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • jsonString
    • Type:String
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ContextMenu

  • N/A
Remarks
  • N/A
Return Value

Popup

  • N/A
Remarks
  • N/A
Return Value

PopupDelay

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

Position

  • N/A
Remarks
  • N/A
Return Value

WebImage

  • N/A
Remarks
  • N/A
Return Value

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

Id

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

IsVisible

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

Protected Properties

Public Events

api/thinkgeo.mapsuite.mvc.marker.txt · Last modified: 2017/01/11 06:58 (external edit)