Skip to content

Commit

Permalink
Add the "zoom" field to IMapProps
Browse files Browse the repository at this point in the history
  • Loading branch information
fnune committed Jul 17, 2019
1 parent 0bf10d5 commit 987a611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export interface IMapProps extends google.maps.MapOptions {
centerAroundCurrentLocation?: boolean
initialCenter?: google.maps.LatLngLiteral
center?: google.maps.LatLngLiteral
zoom?: number

visible?: boolean

Expand Down

0 comments on commit 987a611

Please sign in to comment.