File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
* Initialize a Google map within a `<div>` tag
10
10
* with given options and register events
11
11
*
12
- * @attr {Expression} map-initialized
12
+ * @attr {Expression} map-initialized
13
13
* callback function when map is initialized
14
14
* e.g., map-initialized="mycallback(map)"
15
15
* @attr {Expression} geo-callback if center is an address or current location,
36
36
* When true the map will only display one info window at the time,
37
37
* if not set or false,
38
38
* everytime an info window is open it will be displayed with the othe one.
39
+ * @attr {Boolean} trigger-resize
40
+ * Default to false. Set to true to trigger resize of the map. Needs to be done anytime you resize the map
39
41
* @example
40
42
* Usage:
41
43
* <map MAP_OPTIONS_OR_MAP_EVENTS ..>
You can’t perform that action at this time.
0 commit comments