From 213d86b689b886a1bc931c34c891c2769f2b5658 Mon Sep 17 00:00:00 2001 From: hirokikondo86 Date: Wed, 12 Aug 2020 22:31:09 +0900 Subject: [PATCH] Add zoom and map controls to IMapProps --- index.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.d.ts b/index.d.ts index 9499bf60..6118f70c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -39,6 +39,15 @@ export interface IMapProps extends google.maps.MapOptions { centerAroundCurrentLocation?: boolean initialCenter?: google.maps.LatLngLiteral center?: google.maps.LatLngLiteral + zoom?: boolean + + zoomControl?: boolean + mapTypeControl?: boolean + scaleControl?: boolean + streetViewControl?: boolean + panControl?: boolean + rotateControl?: boolean + fullscreenControl?: boolean visible?: boolean