Commit 76c5ae0
authored
refactor: migrate AdvancedMarkerElement to native DOM events (#1653)
* refactor(samples): migrate AdvancedMarkerElement event listeners to native DOM events
Change-Id: I8977020fc4d94e5edced2a1e17308b19a9cefd5e
* Add code to remove event listeners.
Change-Id: I2cd3b4946fda3ade0a7e05ae1ba0e2a17daecd76
* fix: hide altitude from draggable marker display
Change-Id: I4514f42a0b6ed404bd19bf40fad3b5591eeb7045
* fix: ensure AdvancedMarkerElement is clickable after DOM event migration
Change-Id: I8fe20ac4dc6614373ee5c84735028b8ec1d3baf8
* fix: Adds gmp-clickable to make marker clickable.
Change-Id: Iadcaa696f0f22deaeba13b87c68d681b8b0cae82
* fix: Adds gmpClickable to make marker clickable.
Change-Id: I4c6b055edf0d450727d63cf8dac9bdfce380d5b4
* fix: enforce strict location restriction for text search
Change-Id: Ie501943793af1dea2e684bb6e80bb7b07ac744ad
* fix: add gmp-place-name back to compact details view
Change-Id: I15ea83292a6a6f443dbebe9df47f50da1873d0e1
* fix: make markers clickable in ui-kit-advanced-place-search-nearby
Change-Id: I7765b6e044d6353f9edeae88df0cf97e7be20254
* fix: Adds gmpClickable to make markers clickable.
Change-Id: Ib59a6a58cdf3ecf10fb1248dd5184ca324543af5
* fix: Adds gmpClickable to make markers clickable.
Change-Id: I0e48ad7104d8be6bcde7c23c826aa744cda6023c
* fix: Adds gmpClickable to make markers clickable.
Change-Id: I9142f4ca4db11024ba1b0acefcd998e540392643
* fix: Removes gmp-place-name, it is intentionally omitted.
Change-Id: I7e9eca2dd7c68400004fdf82af96c2b55379c2531 parent faa64b6 commit 76c5ae0
23 files changed
Lines changed: 75 additions & 80 deletions
File tree
- dist/samples
- advanced-markers-draggable
- app
- dist
- assets
- docs
- jsfiddle
- advanced-markers-html
- app
- dist
- assets
- docs
- jsfiddle
- samples
- advanced-markers-draggable
- advanced-markers-html
- ai-powered-summaries-basic
- event-closure
- place-nearby-search
- place-text-search
- polyline-utility
- ui-kit-advanced-place-search-nearby
- ui-kit-advanced-place-search-text
- ui-kit-place-search-nearby
- ui-kit-place-search-text
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
Lines changed: 0 additions & 1 deletion
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
Lines changed: 0 additions & 27 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments