We would like to replace the ESRI geocoding service with our own - did anyone try to use their own geocoding service
these are the settings for the ESRI geocoder used in the app and we would like to use our geocoder URL which is
geocoding/ROADS_DualRange (GeocodeServer)
not a composite locator - so how could we replace it and not break the settings
// Set Locator service settings
"images/RedPushpin.png",
"2300 Bloomdale Rd., McKinney, TX 75071",
"SingleLine"],
"Address", "City", "State", "Zip"],
"http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer",
"Loc_name, Score, Match_addr",
"${Match_addr}",
'Loc_name',
"USA.StreetName", "USA.PointAddress", "USA.StreetAddress"],
Thank you