Preparing search index...
The search index is not available
HarmonyNEXT地图SDK
HarmonyNEXT地图SDK
search
BusStep
Interface BusStep
公交路线分段信息
interface
BusStep
{
distance
:
number
;
duration
:
number
;
name
:
string
;
wayPoints
?:
LatLng
[]
;
}
Hierarchy (
view full
)
RouteStep
BusStep
Index
Properties
distance
duration
name
way
Points?
Properties
distance
distance
:
number
路段距离
duration
duration
:
number
路段耗时
name
name
:
string
路段道路名称
Optional
way
Points
way
Points
?:
LatLng
[]
路段所经过的地理坐标集合
Settings
Theme
OS
Light
Dark
On This Page
distance
duration
name
way
Points
HarmonyNEXT地图SDK
Loading...
公交路线分段信息