@Deprecated public interface SitumRouteCalculatorResponseHandler
Modifier and Type | Method and Description |
---|---|
void |
onErrorReceived(int statuscode,
org.apache.http.Header[] headers,
byte[] bytes,
Throwable throwable)
Deprecated.
|
void |
onRouteCalculatorReceived(SitumRouteCalculator scr)
Deprecated.
|
@Deprecated void onRouteCalculatorReceived(SitumRouteCalculator scr)
scr
- points of interest obtained@Deprecated void onErrorReceived(int statuscode, org.apache.http.Header[] headers, byte[] bytes, Throwable throwable)
statuscode
- HTML status codeheaders
- HTML headers. Can be nullbytes
- Bytes containing the HTML responsethrowable
- Error obtained