Why are there some characters other than English in response?

645
0
05-24-2017 10:52 PM
roshnibasu
New Contributor III

Hi,

Using findAddressCandidates, please check the response for the following API:

http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?SingleLine=...  The address , Region contains characters other than english. I have used lagcode=EN as well. But still these characters appear in the response. Please help on this.

{  "spatialReference": {   "wkid": 4326,   "latestWkid": 4326  },  "candidates": [   {    "address": "Bangalore, Karnātaka, India",    "location": {     "x": 77.593686440000511,     "y": 12.971936200000471    },    "score": 100,    "attributes": {     "City": "",     "Region": "Karnātaka",     "Country": "IND",     "Postal": ""    },    "extent": {     "xmin": 77.476686000000001,     "ymin": 12.854936,     "xmax": 77.710685999999995,     "ymax": 13.088936    }   }  ] }
Tags (1)
0 Kudos
0 Replies