Preparing search index...
The search index is not available
HarmonyNEXT地图SDK
HarmonyNEXT地图SDK
search
BikingRoutePlanOption
Interface BikingRoutePlanOption
骑行路线规划参数
interface
BikingRoutePlanOption
{
from
?:
PlanNode
;
to
?:
PlanNode
;
ridingType
?:
RidingType
;
wayPoints
?:
PlanNode
[]
;
}
Index
Properties
from?
to?
riding
Type?
way
Points?
Properties
Optional
from
from
?:
PlanNode
起点坐标
Optional
to
to
?:
PlanNode
终点坐标
Optional
riding
Type
riding
Type
?:
RidingType
骑行类型(0:普通骑行模式,1:电动车模式)
Optional
way
Points
way
Points
?:
PlanNode
[]
途径点
Settings
Theme
OS
Light
Dark
On This Page
from
to
riding
Type
way
Points
HarmonyNEXT地图SDK
Loading...
骑行路线规划参数