Commit 81373b5
committed
add custom marker and animation
custom marker and animation
text marker
chore: improve example app layout for latest ios versions (googlemaps#474)
fix: view lifecycle issue (googlemaps#473)
chore(main): release 0.10.3 (googlemaps#476)
feat: upgrade iOS SDK version to 10.4.0 (googlemaps#482)
feat!: upgrade Android SDK to 7.0.0 (googlemaps#481)
Breaking change: Adds new enum value RouteStatus.DUPLICATE_WAYPOINTS_ERROR
docs: typedoc deprecation for showStopSigns and showTrafficLights (googlemaps#486)
revert: "feat: upgrade iOS SDK version to 10.4.0 (googlemaps#482)" (googlemaps#488)
chore(main): release 0.11.0 (googlemaps#489)
remove pulse
remove moveMarker
remove color support from addMarker
recover impor
improve text pin
add same capability on iOS
fix color issue on iOS
refactor moveMarker and addTextMarker1 parent 1958b8a commit 81373b5
File tree
39 files changed
+1804
-702
lines changed- android
- example
- android/app
- src
- controls
- screens
- scripts
- src
- auto
- maps/mapView
39 files changed
+1804
-702
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | 22 | | |
5 | 23 | | |
| |||
13 | 31 | | |
14 | 32 | | |
15 | 33 | | |
16 | | - | |
| 34 | + | |
17 | 35 | | |
18 | 36 | | |
19 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
100 | 98 | | |
101 | 99 | | |
0 commit comments