Package | Description |
---|---|
com.baidu.mapapi.bikenavi.adapter |
骑行导航过程接口类, 设置监听并获取导航过程中的信息
|
com.baidu.mapapi.bikenavi.model |
骑行导航过程信息实体类
|
Modifier and Type | Method and Description |
---|---|
void |
IBRoutePlanListener.onRoutePlanFail(BikeRoutePlanError error)
正常规划失败
|
Modifier and Type | Method and Description |
---|---|
static BikeRoutePlanError |
BikeRoutePlanError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BikeRoutePlanError[] |
BikeRoutePlanError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|