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 7f8f388

Browse filesBrowse files
author
Alfred Lau
committed
yet more typedef
1 parent e07218c commit 7f8f388
Copy full SHA for 7f8f388

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎index.d.ts

Copy file name to clipboardExpand all lines: index.d.ts
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ type markerEventHandler = (props?: IMarkerProps, marker?: google.maps.Marker, ev
7878
export interface IMarkerProps extends Partial<google.maps.MarkerOptions> {
7979
mapCenter?: google.maps.LatLng | google.maps.LatLngLiteral
8080
position?: google.maps.LatLng | google.maps.LatLngLiteral
81+
label?: string
8182
title?: string
8283
name?: string
84+
icon?: string
85+
draggable?: boolean
8386

8487
onClick?: markerEventHandler
8588
onDblclick?: markerEventHandler

0 commit comments

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