Preparing search index...
The search index is not available
百度地图 JSAPI UI-Kit 文档
百度地图 JSAPI UI-Kit 文档
BMapUIKit 类参考
PlaceDetailEventData
Interface PlaceDetailEventData
地点详情 load 事件抛出的数据 仅包含约定字段,便于业务使用。
interface
PlaceDetailEventData
{
title
:
string
;
address
:
string
;
uid
?:
string
;
point
?:
{
lng
:
number
;
lat
:
number
;
}
;
tel
?:
string
;
}
Index
Properties
title
address
uid?
point?
tel?
Properties
title
title
:
string
名称/标题
address
address
:
string
地址
Optional
uid
uid
?:
string
地点唯一标识
Optional
point
point
?:
{
lng
:
number
;
lat
:
number
;
}
坐标 { lng, lat }
Optional
tel
tel
?:
string
电话
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
title
address
uid
point
tel
百度地图 JSAPI UI-Kit 文档
Loading...
地点详情 load 事件抛出的数据 仅包含约定字段,便于业务使用。