Commit 64a573c
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 e7beb24 commit 64a573c
File tree
5 files changed
+0
-32
lines changed- extension-style-app/src/androidTest/java/com/mapbox/maps/testapp/style/sources/generated
- extension-style
- api
- Release
- src
- main/java/com/mapbox/maps/extension/style/sources/generated
- test/java/com/mapbox/maps/extension/style/sources/generated
5 files changed
+0
-32
lines changedLines changed: 0 additions & 11 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 | |
|---|---|---|---|
| |||
7634 | 7634 | | |
7635 | 7635 | | |
7636 | 7636 | | |
7637 | | - | |
7638 | 7637 | | |
7639 | 7638 | | |
7640 | 7639 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6408 | 6408 | | |
6409 | 6409 | | |
6410 | 6410 | | |
6411 | | - | |
6412 | | - | |
6413 | 6411 | | |
6414 | 6412 | | |
6415 | 6413 | | |
| |||
Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments