Skip to content

Commit 14f7c2a

Browse files
committed
Add the "zoom" field to IMapProps
1 parent a4217c1 commit 14f7c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface IMapProps extends google.maps.MapOptions {
3939
centerAroundCurrentLocation?: boolean
4040
initialCenter?: google.maps.LatLngLiteral
4141
center?: google.maps.LatLngLiteral
42+
zoom?: number
4243

4344
visible?: boolean
4445

0 commit comments

Comments
 (0)