| Package | Description |
|---|---|
| com.baidu.mapapi.walknavi |
步行导航工具类, 集成步行导航SDK工具包,传入起终点坐标,可进入步行导航功能
|
| com.baidu.mapapi.walknavi.model |
步行导航过程信息实体类
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalkNavigateHelper.setRotateMode(WalkNaviRotateMode mode)
设置导航过程中,地图的旋转模式
|
| Modifier and Type | Method and Description |
|---|---|
static WalkNaviRotateMode |
WalkNaviRotateMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WalkNaviRotateMode[] |
WalkNaviRotateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|