Commit 299d646
MAPSSDK-932 fix generation of GeoJSONSource.minzoom property (#8382)
We previously added the `GeoJSONSource.minZoom` property for iOS and Android. This PR
updates that generation to align with `maxzoom` and other GeoJSONOptions
properties. Specifically:
- Getting `minzoom` is currently disabled at the native level. This PR
updates geojson_options to enable getting `minzoom`.
- Like other GeoJSONOptions properties, `minzoom` can only be set when
the source is created. This PR updates the generator to reflect this and
removes separate set methods.
GitOrigin-RevId: 35b4df8c0b881d90bd3e65b656b2b13dee3f09cb1 parent d7a71be commit 299d646
File tree
3 files changed
+1
-8
lines changed- Sources/MapboxMaps/Style/Generated/Sources
- Tests/MapboxMapsTests/Style/Generated/Sources
- scripts/api-compatibility-check
3 files changed
+1
-8
lines changedLines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2239 | 2239 | | |
2240 | 2240 | | |
2241 | 2241 | | |
| 2242 | + | |
0 commit comments