Google Mapsのマーカーをカプセル化したクラス
See Also: Inherited members from object.
|
Initializes a new instance of the Michi.Marker class. | |
|
Initializes a new instance of the Michi.Marker class. |
Initializes a new instance of the Michi.Marker class.Syntax
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
Initializes a new instance of the Michi.Marker class.Syntax
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
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
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