Skip to content

Commit 999c8f1

Browse files
Framework commit, version 4.5.12, see CHANGELOG.md
1 parent 3fb49b6 commit 999c8f1

13 files changed

+64
-8
lines changed

CHANGELOG.md

+56
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,62 @@
44

55
MapsIndoors iOS SDK v4 requires at least iOS 14 and Xcode 15.
66

7+
### \[4.5.12\] 2024-08-20
8+
9+
#### Fixed
10+
11+
* Flickering renders at high zoom levels when using Mapbox Maps is now gone.
12+
* Some camera events would not always be sent when using Mapbox 11; they do now.
13+
14+
#### Changed
15+
* Updated to Mapbox 10.18.2 and 11.5.2.
16+
17+
### \[4.5.11\] 2024-08-01
18+
19+
#### Fixed
20+
21+
* Fixed issue where MapsIndoors modules would not be reflected correctly on the map, when loading different solutions with the same `MPMapControl` instance.
22+
23+
### \[4.5.10\] 2024-07-30
24+
25+
#### Fixed
26+
27+
* Fixed issue where no MapsIndoors content may not appear on the Mapbox (v11) map.
28+
* Fixed issue with localized strings used by `MPDirectionsRenderer` would not work as intended.
29+
* You can localize the text appearing in the route markers by providing localized strings in your application, for the following keys:
30+
- `"miDirectionsEnter"`
31+
- `"miDirectionsExit"`
32+
- `"miDirectionsPark"`
33+
- `"miDirectionsLevel"`
34+
- `"miDirectionsNext"`
35+
36+
### \[4.5.9\] 2024-07-25
37+
38+
#### Fixed
39+
40+
* Improved rendering performance slightly, both on Google Maps and Mapbox (v11).
41+
* Issue with with Mapbox console logs indicating missing images.
42+
* Crash caused by rapid mutation of any given location's position.
43+
44+
### \[4.5.8\] 2024-07-08
45+
46+
#### Fixed
47+
48+
* Issue with viewport calculation, sometimes leading to map content disappearing despite being in view (Only affects Mapbox v10 users).
49+
* Issue with the selected location on `MPMapControl` would not always be reflected on the map, unless `refresh()` was invoked manually.
50+
51+
### \[4.5.7\] 2024-06-21
52+
53+
#### Fixed
54+
55+
* Issue with camera position changes would not reliably trigger an update of the drawn map content. Only affects Mapbox v11 users.
56+
57+
### \[4.5.6\] 2024-06-20
58+
59+
#### Fixed
60+
61+
* Issue with the set transition level not being respected on the MapsIndoors tiles when using `MPMapConfig.setMapsIndoorsTransitionLevel(zoom: ...)`. Only affects Mapbox v11 users.
62+
763
### \[4.5.5\] 2024-06-14
864

965
#### Fixed

MapsIndoors.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoors"
3-
s.version = '4.5.11'
3+
s.version = '4.5.12'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoors.xcframework.zip

13 Bytes
Binary file not shown.

MapsIndoorsCodable.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsCodable"
3-
s.version = '4.5.11'
3+
s.version = '4.5.12'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsCodable.xcframework.zip

2 Bytes
Binary file not shown.

MapsIndoorsCore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsCore"
3-
s.version = '4.5.11'
3+
s.version = '4.5.12'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsCore.xcframework.zip

360 Bytes
Binary file not shown.

MapsIndoorsGoogleMaps.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsGoogleMaps"
3-
s.version = '4.5.11'
3+
s.version = '4.5.12'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

MapsIndoorsGoogleMaps.xcframework.zip

-80 Bytes
Binary file not shown.

MapsIndoorsMapbox.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsMapbox"
3-
s.version = '4.5.11'
3+
s.version = '4.5.12'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222

2323
s.dependency 'MapsIndoorsCore', s.version.to_s
2424

25-
s.dependency 'MapboxMaps', '10.17.0'
25+
s.dependency 'MapboxMaps', '10.18.2'
2626

2727
end

MapsIndoorsMapbox.xcframework.zip

1.16 KB
Binary file not shown.

MapsIndoorsMapbox11.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MapsIndoorsMapbox11"
3-
s.version = '4.5.11'
3+
s.version = '4.5.12'
44
s.summary = 'Library making the MapsIndoors experience available to your iOS users.'
55
s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'."
66

@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222

2323
s.dependency 'MapsIndoorsCore', s.version.to_s
2424

25-
s.dependency 'MapboxMaps', '11.4.0'
25+
s.dependency 'MapboxMaps', '11.5.2'
2626

2727
end

MapsIndoorsMapbox11.xcframework.zip

2.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)