Skip to content

Releases: MappedIn/ios

v1.0.0

Choose a tag to compare

@csherratt csherratt released this 14 Sep 19:22
e106fca
  • Added support for iOS 12
  • Dropped support for iOS 8-9

v0.21.0-beta (August 1st, 2018)

Pre-release

Choose a tag to compare

@csherratt csherratt released this 02 Aug 18:52
e106fca

This adds experimental ARKit support to the SDK

v0.20.0 (May 9th, 2018)

Choose a tag to compare

@csherratt csherratt released this 09 May 17:53
e106fca
  • Performance for the Overlays has been improved for the Metal rendering path.
    Should render smoothly a 100+ overlays.
  • Bug Fix: Directions was not taking into account the weight of floor connections
    resulting in navigation taking shortcuts though other floors. This is now
    correctly handled.
  • Mappedin SDK requires iOS 9 to function

v0.19.0 (April 17th, 2018)

Choose a tag to compare

@csherratt csherratt released this 17 Apr 21:09
e106fca
  • Fixed regression introduced in 0.18.0 that caused the Search API to not
    return any results
  • Added offline support for Service.getVenues, on first run of the API
    the list of venues will get saved to the device's file system so that it
    can be restored in the case of an poor/no Internet connection. No changes
    are required by the SDK users to get this functionality.
  • The directions flag now has an accessible option that will choose the best
    path that is accessible for a person with limited mobility.

v0.18.0 (April 10th, 2018)

Choose a tag to compare

@cbmaiolo cbmaiolo released this 10 Apr 19:36
e106fca

Changes

  • Updated SDK to Swift 4.1.
  • Added support for cameraBounds to the MapView to prevent the users from scrolling away from the current map.

v0.17.4 (April 5th, 2018)

Choose a tag to compare

@csherratt csherratt released this 05 Apr 19:33
e106fca
  • Fixes a bug where overlapping of invisible objects would cause touch events to be missed.
  • Fixed a bug where an overlay that had a coordinate would cause the mapview to be blank changing mapview to that map.

v0.17.4 Release Candidate 1

Pre-release

Choose a tag to compare

@csherratt csherratt released this 05 Apr 15:42
e106fca

Fix Publish issue.

v0.17.4 Release Candidate

Pre-release

Choose a tag to compare

@csherratt csherratt released this 04 Apr 19:24
e106fca
Merge pull request #9 from MappedIn/readme-update

Avoid partial duplication of info in readme

v0.17.3 (April 2nd, 2018)

Choose a tag to compare

@csherratt csherratt released this 02 Apr 19:48
e106fca

Fixes 'whitening out' of the map when adding an overlay to the map after it has been loaded.

Note: This is compiled for swift 4.0.3 currently.

0.17.2 (March 28th, 2018)

Choose a tag to compare

@csherratt csherratt released this 28 Mar 21:06
e106fca

Republish of v0.17.1, which was not published correctly.