Skip To Content
ArcGIS Developer
Dashboard

Common Data Types

locationInfo

The locationInfo object defines how location information will be retrieved from a CSV file referenced through the web.

Properties

PropertyDetails

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"
    }
In this topic
  1. Properties
  2. Example