Preparing search index...
The search index is not available
HarmonyNEXT地图SDK
HarmonyNEXT地图SDK
search
TransitResultNode
Interface TransitResultNode
公交路线规划结果点信息
interface
TransitResultNode
{
cityId
?:
number
;
cityName
?:
null
|
string
;
location
?:
null
|
LatLng
;
searchWord
?:
null
|
string
;
}
Index
Properties
city
Id?
city
Name?
location?
search
Word?
Properties
Optional
city
Id
city
Id
?:
number
城市编号
Optional
city
Name
city
Name
?:
null
|
string
城市名
Optional
location
location
?:
null
|
LatLng
坐标
Optional
search
Word
search
Word
?:
null
|
string
检索时关键字(在检索词模糊,返回建议列表时才有。有路线结果时,该字段为空)
Settings
Theme
OS
Light
Dark
On This Page
city
Id
city
Name
location
search
Word
HarmonyNEXT地图SDK
Loading...
公交路线规划结果点信息