The locationInfo object defines how location information will be retrieved from a CSV file referenced through the web.
Properties
Property | Details |
---|---|
latitudeFieldName | A string defining the field name that holds the latitude (Y) coordinate |
locationType | A string whose value is always "coordinates" |
longitudeFieldName | A string defining the field name that holds the longitude (X) coordinate |
Example
"locationInfo": {
"locationType": "coordinates",
"latitudeFieldName": "y",
"longitudeFieldName": "x"
}