|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface MKSearchResultNotifier
搜索结果通知接口.
该接口返回poi搜索,公交搜索,驾乘路线,步行路线结果
方法摘要 | |
---|---|
void |
onGetDrivingRouteResult(MKDrivingRouteResult result,
int iError)
返回驾乘路线搜索结果 |
void |
onGetPoiResult(MKPoiResult result,
int type,
int iError)
返回poi搜索结果 |
void |
onGetTransitRouteResult(MKTransitRouteResult result,
int iError)
返回公交搜索结果 |
void |
onGetWalkingRouteResult(MKWalkingRouteResult result,
int iError)
返回步行路线搜索结果 |
方法详细信息 |
---|
void onGetPoiResult(MKPoiResult result, int type, int iError)
result
- 搜索结果type
- 返回结果类型: 11:poi列表 7:城市列表iError
- 错误号,0表示正确返回void onGetTransitRouteResult(MKTransitRouteResult result, int iError)
result
- 搜索结果iError
- 错误号,0表示正确返回void onGetDrivingRouteResult(MKDrivingRouteResult result, int iError)
result
- 搜索结果iError
- 错误号,0表示正确返回void onGetWalkingRouteResult(MKWalkingRouteResult result, int iError)
result
- 搜索结果iError
- 错误号,0表示正确返回
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |