You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ let options = MapInitOptions(mapStyle: .standardSatellite(lightPreset: .dusk))
21
21
let mapView = MapView(frame: view.bounds, mapInitOptions: options)
22
22
```
23
23
* Add `StyleReloadPolicy` to control style reload behavior. Use `reloadPolicy: .always` parameter in `loadStyle()` methods or `MapStyle` initializers to always reload the style even when the URI or JSON matches the currently loaded style. Defaults to `.onlyIfChanged` for optimal performance.
24
+
## 11.16.2 - 31 October, 2025
25
+
26
+
## 11.16.1 - 28 October, 2025
24
27
25
28
* Introduce the `LocationManager.locationDataModel` and make it possible to use location provider from MapboxCommon. Deprecate the `LocationManager.override*` methods.
26
29
Now you can choose to use the location provider from MapboxCommon.
0 commit comments