We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc4912 commit 6043e59Copy full SHA for 6043e59
index.d.ts
@@ -39,6 +39,15 @@ export interface IMapProps extends google.maps.MapOptions {
39
centerAroundCurrentLocation?: boolean
40
initialCenter?: google.maps.LatLngLiteral
41
center?: google.maps.LatLngLiteral
42
+ zoom?: boolean
43
+
44
+ zoomControl?: boolean
45
+ mapTypeControl?: boolean
46
+ scaleControl?: boolean
47
+ streetViewControl?: boolean
48
+ panControl?: boolean
49
+ rotateControl?: boolean
50
+ fullscreenControl?: boolean
51
52
visible?: boolean
53
0 commit comments