Commit 8951402
[sdk-base] Fix incorrect KDoc default value for modelScaleMode. (#13128)
KDoc said Default value: "map" but the actual default is VIEWPORT.
Aligns the comment with the code and the official migration guide.
GitOrigin-RevId: e2237ae936bea7290ac44b486ec338b78bdd95f21 parent 77dec95 commit 8951402
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- plugin-locationcomponent/src/main
- res-public/values
- res/values
- sdk-base/src/main/java/com/mapbox/maps/plugin
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments