public interface IBRoutePlanListener
限定符和类型 | 方法和说明 |
---|---|
void |
onRoutePlanFail(BikeRoutePlanError error)
正常规划失败
|
void |
onRoutePlanStart()
引擎开始路线规划
|
void |
onRoutePlanSuccess()
正常规划成功
|
void onRoutePlanStart()
void onRoutePlanSuccess()
void onRoutePlanFail(BikeRoutePlanError error)