Package | Description |
---|---|
com.baidu.mapapi.bikenavi.adapter |
骑行导航过程接口类, 设置监听并获取导航过程中的信息
|
com.baidu.mapapi.walknavi.adapter |
步行导航过程接口类, 设置监听并获取导航过程中的信息
|
com.baidu.mapapi.walknavi.model |
步行导航过程信息实体类
|
Modifier and Type | Method and Description |
---|---|
void |
IBRouteGuidanceListener.onRouteGuideKind(RouteGuideKind routeGuideKind)
诱导枚举信息
|
Modifier and Type | Method and Description |
---|---|
void |
IWRouteGuidanceListener.onRouteGuideKind(RouteGuideKind routeGuideKind)
诱导枚举信息
|
Modifier and Type | Method and Description |
---|---|
static RouteGuideKind |
RouteGuideKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RouteGuideKind[] |
RouteGuideKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|