summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Li <kevin.li@mapbox.com>2020-03-04 14:15:14 +0800
committerGitHub <noreply@github.com>2020-03-04 14:15:14 +0800
commitefc605bed6f2d8f54b7097af1b91416c3fa13e06 (patch)
treea579d13f9c9cbf8d96145484399488a27d078266 /CHANGELOG.md
parent44ac1f008aeda27d13e6390405a3666ff522611b (diff)
downloadqtlocation-mapboxgl-efc605bed6f2d8f54b7097af1b91416c3fa13e06.tar.gz
[android] Update toGeoJSON in android_conversion.hpp (#16243)
* [android] Update toGeoJSON in android_conversion.hpp * Fix review comments * Update android_conversion.hpp
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ae4d91137..9f829790d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,12 @@
- [default] Fix possible crash at RunLoop::wake() ([#16255](https://github.com/mapbox/mapbox-gl-native/pull/16255))
+- [android] Update toGeoJSON in android_conversion.hpp [#16243](https://github.com/mapbox/mapbox-gl-native/pull/16243)
+
+ Before this chage, `toGeoJSON` method in `android_conversion.hpp` can't convert Object(Map in android) to GeoJSON object.
+
+ But `within` expression need to accept an Object and then convert to GeoJSON object, now `toGeoJSON` method can convert both string and Object to GeoJSON.
+
## maps-v1.3.0 (2020.02-relvanillashake)
### 🐞 Bug fixes