Skip to content

Releases: mappls-api/mappls-ios-sdk

1.0.12

27 Jun 12:49
b5ff4cb
Compare
Choose a tag to compare

Release MapplsDirectionUI(1.0.4)

UI issue fixed
Added a delegate for favourates is added

1.0.9

08 Jun 04:29
Compare
Choose a tag to compare

Release MapplsAPICore(1.0.7), MapplsAPIKit(2.015), MapplsMap(5.13.9)

  • Bug fixes & Improvements.

1.0.8

03 Jun 19:09
Compare
Choose a tag to compare

Release MapplsUIWidget(1.0.3)

MapplsUIWidget(1.0.3):

  • Added functionality to show favourites/custom places in Autosuggest Widget.
  • Added callback for selected favourite item.
  • Callbacks are modified of selected place of autosuggest. One property resultType of type MapplsAutosuggestResultTypeis added in delegate function. See documentation for more details.

1.0.7

31 May 20:15
Compare
Choose a tag to compare

Release MapplsAPICore (1.0.6), MapplsAPIKit(2.014), MapplsMap(5.13.8)

  • Sample of Wrapper of API of Predictive Route (V2) added.

MapplsAPICore(1.0.6):

  • Domain of APIs changed.

MapplsAPIKit(2.0.14):

  • Wrapper of API of Predictive Route (V2) added.
  • Domain of APIs changed.
  • In APIs of Distance Matrix and Reverse Geocode authentication process is changed.
  • Bug Fixes.

MapplsMap(5.13.8):

  • Domain of APIs changed.

1.0.6

31 Jan 07:02
Compare
Choose a tag to compare

Released MapplsIntouch(1.0.0), MapplsAPICore(1.0.5), MapplsAPIKit(2.0.10), MapplsMap(MapplsMap)

MapplsIntouch:

  • Initial version as per mappls branding.

MapplsAPICore, MapplsAPIKit:

  • Error code opimization for initializing Map.

MapplsMap:

  • Fixed an issue where delegate function didFinishLoadingStyle not getting called.
  • Added a class MapplsMapAuthenticator which can be used to initialize SDK using the method initializeSDKSession

1.0.5

02 Jan 12:23
Compare
Choose a tag to compare

Release MapplsAPIKit(2.0.9)
MapplsAPIKit:

  • API wrapper added to get cost of tolls etc which can be consumed by Manager class MapplsCostEstimationManager and request class MapplsCostEstimationOptions.

1.0.4

09 Dec 11:55
Compare
Choose a tag to compare

Release MapplsAPIKit(2.0.8), MapplsAPICore(1.0.4)

MapplsAPICore:

  • A custom property modelName of extension UIDevice is made public.

MapplsAPIKit:

  • Issue of incorrect Lanes is fixed in routing API.
  • A bug of ETA refresh is fixed where driving profile was not dynamic based on route requested.
  • Dependency code of Turf library is refactored.

1.0.3

02 Nov 05:25
Compare
Choose a tag to compare

MapplsGeofenceUI (1.0.1):-

Fixed

  • Bug fixes due to dependency of APIKit version 2.0.7.

MapplsNearbyUI (1.0.1):-

Fixed

  • Bug fixes due to dependency of APIKit version 2.0.7.

1.0.2

22 Oct 04:59
Compare
Choose a tag to compare

MapplsAPIKit (2.0.7):-

Added

  • Turf library made part of it so it will not require to install Turf separately in other Mappls SDKs.
  • To get congestion delays for a route, a helper function getCongestionDelays added in class of MapplsDirectionUtility. See documentation for more info.

Fixed

  • For some of API managers host was not setting correctly on passing programmatically.

1.0.1

12 Oct 22:27
Compare
Choose a tag to compare

MapplsAPICore (1.0.3):-

  • Performance improvements and optimization.

MapplsAPIKit (2.0.6):-

  • A new property richInfoDictionary is added in response class of place detail request.
  • As a new enum MapplsRawInfoType is added in Core SDK, A function getRawInfo is added in response class of place detail request to get specific dictionary object based on type.
  • Performance improvements and optimization.

MapplsMap (5.13.4):-

  • On tap of any label on map delegate function didTapPlaceWithMapplsPin will be called to return mapplsPin.
  • An issue is fixed where tiles were not loading on initializing map at particular location.
  • An issue is fixed where didFinishLoadingStyle function was calling two times on map initialization.
  • Performance improvements and optimization.