You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

 
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.
 

  • No labels