Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
Class Info |
|---|
public class HandlerInfo Context for route planning. |
Constructor Name |
|---|
| Initial data constructor of the HandlerInfo class. |
Qualifier and Type | Method Name and Description |
|---|---|
void | setTaskId(String taskId) Sets the ID of the context for route planning. |
void | setStartTime(long startTime) Sets the route planning start time. |
void | setRouteChange(boolean routeChange) Sets whether to change the route. This method is used when the guidance data is requested. You need to pass the value true to this method when the route is changed. |
void | setResult(Object result) Sets the route planning result. |
void | setErrorCode(int errorCode) Sets the route planning result code. |
void | setErrorInfo(String errorInfo) Sets the route planning error information. |
void | setRequestId(String requestId) Sets the route planning request ID. |
void | setRoutePlanOptSrc(RoutePlanOptSrc routePlanOptSrc) Sets the source for route planning. |
void | setRoutingRequestFavoriteParam(RoutingRequestFavoriteParam routeRequestFavoriteParam) Sets the favorite route information. |
void | setMapNaviRoutingTip(MapNaviRoutingTip mapNaviRoutingTip) Sets the tip displayed when the route planning is successful. |
Constructor |
|---|
public HandlerInfo() Builds a HandlerInfo instance. |
Method |
|---|
public void setTaskId(String taskId) Sets the ID of the context for route planning. |
Parameters
Name | Description |
|---|---|
taskId | ID of the context for route planning. |
Method |
|---|
public void setStartTime(long startTime) Sets the route planning start time. |
Parameters
Name | Description |
|---|---|
startTime | Route planning start time. |
Method |
|---|
public void setRouteChange(boolean routeChange) Sets whether to change the route. This method is used when the guidance data is requested. You need to pass the value true to this method when the route is changed. |
Parameters
Name | Description |
|---|---|
routeChange | Indicates whether to change the route. Set this parameter to true when the route is changed. |
Method |
|---|
public void setResult(Object result) Sets the route planning result. |
Parameters
Name | Description |
|---|---|
result | Route planning result. |
Method |
|---|
public void setErrorCode(int errorCode) Sets the route planning result code. |
Parameters
Name | Description |
|---|---|
errorCode | Route planning result code. |
Method |
|---|
public void setErrorInfo(String errorInfo) Sets the route planning error information. |
Parameters
Name | Description |
|---|---|
errorInfo | Route planning error information. |
Method |
|---|
public void setRequestId(String requestId) Sets the route planning request ID. |
Parameters
Name | Description |
|---|---|
requestId | Route planning request ID. |
Method |
|---|
public void setRoutePlanOptSrc(RoutePlanOptSrc routePlanOptSrc) Sets the source for route planning. |
Parameters
Name | Description |
|---|---|
routePlanOptSrc | Source for route planning. |
Method |
|---|
public void setRoutingRequestFavoriteParam(RoutingRequestFavoriteParam routeRequestFavoriteParam) Sets the favorite route information. |
Parameters
Name | Description |
|---|---|
routeRequestFavoriteParam | Favorite route information. |
Method |
|---|
public void setMapNaviRoutingTip(MapNaviRoutingTip mapNaviRoutingTip) Sets the tip displayed when the route planning is successful. |
Parameters
Name | Description |
|---|---|
mapNaviRoutingTip | Tip displayed when the route planning is successful. |
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.