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