diff --git a/API.md b/API.md index 2064b45..70410e4 100644 --- a/API.md +++ b/API.md @@ -373,16 +373,16 @@ interface heatmapProp { ```javascript - {markers} - + bootstrapURLKeys={{ + key: [YOUR_KEY], + libraries:['visualization'] + }} + zoom={zoom} + center={center} + heatmap={{data}} +> + {markers} + ``` #### Important Note