diff options
author | Romain Quidet <romain.quidet.ext@mappy.com> | 2015-12-15 17:43:18 +0100 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-01-06 23:42:41 -0800 |
commit | 04ab28b621f0affaefe01cea271f983d0a8fc53c (patch) | |
tree | c8a82e027eae3a2f27ed0df2c23eb5b3f4884161 /CHANGELOG.md | |
parent | 42b13c69fe16c67f8b635b9e7017cd8f8d0ce18e (diff) | |
download | qtlocation-mapboxgl-04ab28b621f0affaefe01cea271f983d0a8fc53c.tar.gz |
[ios] expose custom callout api, wrap around SMCalloutView class
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f094bc2e..e321f9b349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ Known issues: - The map will now snap to north. ([#3403](https://github.com/mapbox/mapbox-gl-native/pull/3403)) - The map view’s background can now be transparent or translucent, as long as the style’s background layer is transparent or translucent and `MGLMapView.opaque` is set to `NO`. ([#3096](https://github.com/mapbox/mapbox-gl-native/pull/3096)) - Documentation is now generated by [jazzy](https://github.com/realm/jazzy) instead of appledoc. ♪♫ ([#3203](https://github.com/mapbox/mapbox-gl-native/pull/3203)) +- New API to provide a custom callout view to the map for annotations. ([#3456](https://github.com/mapbox/mapbox-gl-native/pull/3456)) ## iOS 3.0.1 |