Defines how location information will be retrieved from a CSV file referenced through the web, ie. referenced by URL.

Referenced by: CSV Layer (CSV)

Properties

PropertyDetails
latitudeFieldNameA string defining the field name that holds the latitude (Y) coordinate.
locationTypeString value indicating location type.
Valid value of this property coordinates
longitudeFieldNameA string defining the field name that holds the longitude (X) coordinate.

Example

{
"locationType": "coordinates",
"latitudeFieldName": "latitude",
"longitudeFieldName": "longitude"
}