diff --git a/demo/js/features/apidoc/components/subs/apiContent/subs/docMarker.co b/demo/js/features/apidoc/components/subs/apiContent/subs/docMarker.co index f008ece..7d214b2 100644 --- a/demo/js/features/apidoc/components/subs/apiContent/subs/docMarker.co +++ b/demo/js/features/apidoc/components/subs/apiContent/subs/docMarker.co @@ -13,7 +13,7 @@ export default {
<baidu-map map-options="{expression}">
- <marker point="{expression}" options="{expression}" click="{expression}"></marker>
+ <marker point="{expression}" options="{expression}" loaded="{expression}" click="{expression}"></marker>
</baidu-map>
marker
for instance of BMap.Marker)What kind of overlay to be added to the map. Available options: heatmap
What kind of overlay to be added to the map. Available options: heatmap(deprecated, use <heatmap />
instead)
Literal for constructing overlay
. See HeatmapOverlayOptions
Literal for constructing overlay
. See HeatmapOverlayOptions(deprecated, use <heatmap options="{expression}"/>
instead)