Hi,
I am trying to find distance between two points using the following API.
http://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World/solve?token=[mytoken]&stops=135.700000,35.…
I'm getting below error :
{"error":{"code":400,"message":"Unable to complete operation.","details":["The input points are not all located within a single region."]}}Please let me know how to resolve this.