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 {

Usage

<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>

Attributes

@@ -39,6 +39,11 @@ export default { Literal for constructing marker. See MarkerOptions + + loaded + expression + Expression to evaluate upon marker load event. (The object passed to this callback, marker for instance of BMap.Marker) + click expression diff --git a/demo/js/features/apidoc/components/subs/apiContent/subs/docOverlay.co b/demo/js/features/apidoc/components/subs/apiContent/subs/docOverlay.co index 5fd63ab..2ce3ab2 100644 --- a/demo/js/features/apidoc/components/subs/apiContent/subs/docOverlay.co +++ b/demo/js/features/apidoc/components/subs/apiContent/subs/docOverlay.co @@ -28,13 +28,13 @@ export default { type string -

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)

options expression -

Literal for constructing overlay. See HeatmapOverlayOptions

+

Literal for constructing overlay. See HeatmapOverlayOptions(deprecated, use <heatmap options="{expression}"/> instead)