StiGeoDirectionsStatusCode Enum
Namespace: Stimulsoft.Map.Gis.Core
Inheritance
Implements: int
Members
| Member | Value | Description |
|---|---|---|
| OK | 0 | indicates the response contains a valid result. |
| NOT_FOUND | indicates at least one of the locations specified in the requests’s origin, destination, or waypoints could not be geocoded. | |
| ZERO_RESULTS | indicates no route could be found between the origin and destination. | |
| MAX_WAYPOINTS_EXCEEDED | indicates that too many waypointss were provided in the request The maximum allowed waypoints is 8, plus the origin, and destination. | |
| INVALID_REQUEST | indicates that the provided request was invalid. | |
| OVER_QUERY_LIMIT | indicates the service has received too many requests from your application within the allowed time period. | |
| REQUEST_DENIED | indicates that the service denied use of the directions service by your application. | |
| UNKNOWN_ERROR | indicates a directions request could not be processed due to a server error. The request may succeed if you try again. | |
| ExceptionInCode | indicates that exception occured during execution |