Skip to content

Releases: wemap/wemap-sdk-sample-apps-ios

0.15.4

14 Jun 13:23
Compare
Choose a tag to compare

Fixed

  • PosSDK(VPS): Switch to SCAN_REQUIRED state when user is static in an elevator or escalator in navigation mode
  • PosSDK(VPS): Change VPS request timeout to 20s

0.16.1

06 Jun 08:26
Compare
Choose a tag to compare

Fixed

  • MapSDK: buildings that are not related to the current map have been loaded

0.15.3

31 May 12:55
Compare
Choose a tag to compare

Fixed

  • MapSDK: buildings that are not related to the current map have been loaded

0.16.0

28 May 12:19
Compare
Choose a tag to compare

Breaking changes

  • NavigationInstructions struct has been moved from WemapMapSDK to WemapCoreSDK
  • Direction enum has been moved from WemapMapSDK to WemapCoreSDK
  • Step.getNavigationInstructions has been moved from WemapMapSDK to WemapCoreSDK

Added

  • CoreSDK: expose mediaUrl, mediaType of POI

Changed

  • CoreSDK: move Step.getNavigationInstructions to CoreSDK

0.15.2

27 May 10:36
Compare
Choose a tag to compare

Fixed

  • MapSDK: POI markers are hidden below a certain zoom level
  • PosSDK(VPS): accept VPS endpoint with and without '/' at the end

Dependencies

  • MapLibre 6.4.1 -> 6.4.2

0.15.1

27 May 10:36
Compare
Choose a tag to compare

Fixed

  • PosSDK: PS: enable the use for simulator

Dependencies

  • MapLibre 6.4.0 -> 6.4.1
  • RxBlocking 6.7.0 -> 6.7.1
  • RxCocoa 6.7.0 -> 6.7.1
  • RxRelay 6.7.0 -> 6.7.1
  • RxSwift 6.7.0 -> 6.7.1

0.15.0

30 Apr 12:11
Compare
Choose a tag to compare

Breaking changes

  • LevelChange.direction: String has been changed to LevelChange.direction: Incline
  • Step has been changed:
    • let isGate: Bool has been moved to extras.isGate
    • let subwayEntranceName: String? has been moved to extras.subwayEntranceName
  • Leg has been changed:
    • let start: Coordinate has been changed to let start: Destination
    • let end: Coordinate has been changed to let end: Destination
  • ItinerariesParametersMultipleDestinations has been renamed to ItinerariesParametersMultiDestinations
  • ItinerarySearchOptions has been replaced everywhere from nullable parameter to parameter with a default value

Added

  • PosSDK(VPS): add checkVpsAvailability() method
  • MapSDK: offline maps support

Fixed

  • PosSDK(VPS): wrong level detection if altitude < 0

Dependencies

  • MapLibre 6.2.0 -> 6.4.0
  • RxSwift 6.6.0 -> 6.7.0

0.14.3

08 Apr 13:54
Compare
Choose a tag to compare

Fixed

  • PosSDK: Polestar LocationSource does not work

Dependencies

  • NAOSDK 4.11.14 -> 4.11.15

0.14.2

26 Mar 15:08
Compare
Choose a tag to compare

Fixed

  • MapSDK: centerToPOI fails if POI doesn't have level or there is no building in focus

0.14.1

22 Mar 09:46
Compare
Choose a tag to compare

Fixed

  • MapSDK: allow POIs that are not attached to the building to be shown on the map