Michi : Michi Namespace

Marker Class

Google Mapsのマーカーをカプセル化したクラス

Syntax

public class Marker

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Public Constructors

Initializes a new instance of the Michi.Marker class.
Initializes a new instance of the Michi.Marker class.

Public Methods

GetScript (string, string, string, string, string, int) : System.Text.StringBuilder
Gets the script.
static
GetScript (string, string, string, LatLng, string, string, int) : System.Text.StringBuilder
Documentation for this section has not yet been entered.

Member Details

Marker Constructor

Initializes a new instance of the Michi.Marker class.

Syntax

public Marker (LatLng latlng, DateTime dateTime)

Parameters

latlng
Latlng.
dateTime
Date time. not in use.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Marker Constructor

Initializes a new instance of the Michi.Marker class.

Syntax

public Marker (LatLng latlng, DateTime startDateTime, DateTime endDateTime)

Parameters

latlng
Latlng.
startDateTime
開始時刻
endDateTime
終了時刻

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

GetScript Method

Gets the script.

Syntax

public System.Text.StringBuilder GetScript (string name, string title, string alt, string color, string map, int zIndex)

Parameters

name
Documentation for this section has not yet been entered.
title
Documentation for this section has not yet been entered.
alt
Documentation for this section has not yet been entered.
color
Documentation for this section has not yet been entered.
map
Map to add the marker.
zIndex
z order index for Google maps

Returns

The script.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

GetScript Method

Documentation for this section has not yet been entered.

Syntax

public static System.Text.StringBuilder GetScript (string name, string title, string alt, LatLng latlng, string color, string map, int zIndex)

Parameters

name
Documentation for this section has not yet been entered.
title
Documentation for this section has not yet been entered.
alt
Documentation for this section has not yet been entered.
latlng
Documentation for this section has not yet been entered.
color
Documentation for this section has not yet been entered.
map
Documentation for this section has not yet been entered.
zIndex
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0