Page History
マップに追加する各マーカーの位置情報が含まれている、任意の JSON リストの名前です。位置情報は住所または座標 (緯度/経度) です。マーカーのラベルとマーカー記述子用の列を追加できます。
住所を利用
| 列 0 | 列 1 | 列 2 |
|---|---|---|---|
目的 | マーカーの住所 | マーカーのラベル (任意) | マーカーの記述子 (任意) |
データ・タイプ | 文字列 | Char | 文字列 |
座標を利用
| 列 0 | 列 1 | 列 2 | 列 3 |
|---|---|---|---|---|
目的 | 緯度 | 経度 | マーカーのラベル (任意) | マーカーの記述子 (任意) |
データ・タイプ | 10 進数 | 10 進数 | Char | 文字列 |
| Info |
|---|
住所の座標変換を避けることができるので、座標を使用する方がオーバーヘッドが少なくなります。 |
マーカーのラベルとマーカーの記述子を使って、位置リストを表示できます。リストをマップ内に置く位置の指定については、プロパティ markerListPosition を参照してください。
デフォルト値
ブランク
有効値
マーカーの位置情報の JSON リストの名前
Name of the optional JSON list containing the locations for each marker to add to the map. Locations can be either addresses or coordinates (latitude/longitude). You can add columns for marker labels and marker descriptors
Using addresses
...
Column 0
...
Column 1
...
Column 2
...
Purpose
...
Marker address
...
Marker label (optional)
...
Marker descriptor (optional)
...
Data type
...
String
...
Char
...
String
Using coordinates
...
Column 0
...
Column 1
...
Column 2
...
Column 3
...
Purpose
...
Latitude
...
Longitude
...
Marker label (optional)
...
Marker descriptor (optional)
...
Data type
...
Decimal
...
Decimal
...
Char
...
String
| Info |
|---|
| Using coordinates has less overhead as it avoids converting addresses to coordinates. |
The marker label and marker descriptor are used to show the list of locations. See property markerListPosition to specify where to position the list relative to the map.
Default value
Blanks
Valid values
The name of a JSON list with marker locations.