Commit 6ec2740
Fix number property generation in featureset feature template (#11851)
https://mapbox.atlassian.net/browse/MAPSAND-2672
## Summary
- Fix `featureset_feature.kt.ejs` template: for `number`-typed
featureset properties, emit `getNumberProperty(...)?.toDouble()` /
`?.toLong()` instead of the non-existent `getDoubleProperty()` /
`getLongProperty()` (which don't exist on `com.mapbox.geojson.Feature`)
- Generated files updated by running `generate-all` and `update-api`
cc @mapbox/maps-ios
cc @mapbox/maps-android
cc @mapbox/sdk-platform
cc @mapbox/nav-core-sdk
---------
Co-authored-by: Changelog autocreator bot <github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: a3df82c813e92c8171f3718c787dcba4a2fbf77d1 parent 5f2d95f commit 6ec2740
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments