| com.mapsted.positioning.coreObjects.RoutingRequestCallback |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void | onError(RouteErrorType errorType, List<String> alertIds) | ||||||||||
| abstract void | onSuccess(RoutingResponse routeResponse) | ||||||||||
| errorType | errorType |
|---|---|
| alertIds | blocking alerts that caused this failure. |
| routeResponse | The success response |
|---|