Releases: mappls-api/mappls-ios-sdk
Releases · mappls-api/mappls-ios-sdk
1.0.12
Release MapplsDirectionUI(1.0.4)
UI issue fixed
Added a delegate for favourates is added
1.0.9
Release MapplsAPICore(1.0.7), MapplsAPIKit(2.015), MapplsMap(5.13.9)
- Bug fixes & Improvements.
1.0.8
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 typeMapplsAutosuggestResultType
is added in delegate function. See documentation for more details.
1.0.7
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
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 methodinitializeSDKSession
1.0.5
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 classMapplsCostEstimationOptions
.
1.0.4
Release MapplsAPIKit(2.0.8), MapplsAPICore(1.0.4)
MapplsAPICore:
- A custom property
modelName
of extensionUIDevice
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
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
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
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 functiongetRawInfo
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 returnmapplsPin
. - 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.