diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac5fb7..c359d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. All non released changes should be in CHANGELOG_UNRELEASED.md file --------- +## [0.1.22] - 2022-02-21 +# Added +* Added method navigateToLocation(floor, lat, lng) on SitumMapLibrary to navigate to a location in the current building. +The location is specified by a floor, a latitude and a longitude + +* Added the method setUseRemoteConfig(Bool) to LibrarySettings to start positioning using the Remote Configuration. The default value is false. When this parameter is set to true the local settings will be overwritten. + ## [0.1.21] - 2022-02-07 ### Addded diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 4926f47..eead7db 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -5,13 +5,13 @@ PODS: - GoogleMaps/Maps (4.2.0): - GoogleMaps/Base - Protobuf (3.19.4) - - SitumSDK (2.51.5): + - SitumSDK (2.52.0): - Protobuf (~> 3.7) - SSZipArchive (~> 2.4) - - SitumWayfinding (0.1.21): + - SitumWayfinding (0.1.22): - GoogleMaps (~> 4.2.0) - - SitumSDK (~> 2.51.5) - - SSZipArchive (2.4.2) + - SitumSDK (~> 2.52.0) + - SSZipArchive (2.4.3) DEPENDENCIES: - SitumWayfinding (from `../`) @@ -30,10 +30,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: GoogleMaps: eb03e327edfd70b06de1e6e321653f73712df7ad Protobuf: 235750e4696ff59fb07d949a9dbbc92b3c0700fe - SitumSDK: cd7bc5724e05db76ecbc7cd3162db66753168d4e - SitumWayfinding: e010b5868e78aab621b4063b9e1dc12e2b134b2f - SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2 + SitumSDK: cc0a5b48a90669c463622b12ae6f07588863f5af + SitumWayfinding: 9f56c9004b7136580ab154830c758416fb977919 + SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef PODFILE CHECKSUM: 181eb894514efe3e0119ec84dae5349934aaaa20 -COCOAPODS: 1.10.2 +COCOAPODS: 1.11.2 diff --git a/Example/SitumWayfinding/AppDelegate.swift b/Example/SitumWayfinding/AppDelegate.swift index 8a7972d..97ab731 100644 --- a/Example/SitumWayfinding/AppDelegate.swift +++ b/Example/SitumWayfinding/AppDelegate.swift @@ -7,6 +7,7 @@ // import UIKit +import SitumSDK @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { diff --git a/Example/SitumWayfinding/Base.lproj/Main.storyboard b/Example/SitumWayfinding/Base.lproj/Main.storyboard index 7278979..6789146 100644 --- a/Example/SitumWayfinding/Base.lproj/Main.storyboard +++ b/Example/SitumWayfinding/Base.lproj/Main.storyboard @@ -1,9 +1,9 @@ - + - + @@ -24,7 +24,7 @@ - + + - + + + + +