Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6043e59

Browse filesBrowse files
author
Alfred Lau
committed
Add zoom and Controls to IMapProps
1 parent 4cc4912 commit 6043e59
Copy full SHA for 6043e59

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎index.d.ts

Copy file name to clipboardExpand all lines: index.d.ts
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ export interface IMapProps extends google.maps.MapOptions {
3939
centerAroundCurrentLocation?: boolean
4040
initialCenter?: google.maps.LatLngLiteral
4141
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
4251

4352
visible?: boolean
4453

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.