I am using the Get a route and directions | ArcGIS for Developers api for two coordinates in South Africa. The response indicates that South Africa may not be covered. The actual response is below. Please advise
{
"error": {
"code": 400,
"extendedCode": -2147200939,
"message": "Unable to complete operation.",
"details": [
"The input points are not within the data coverage area."
]
}
}