From 2d55cedfdd67b5410261f677f17c2d0969485757 Mon Sep 17 00:00:00 2001 From: Michael Diego <6419886+itsmichaeldiego@users.noreply.github.com> Date: Mon, 31 Aug 2020 04:37:55 +0200 Subject: [PATCH] Update API.md --- API.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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