-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`MapplsAPIKit:` - API wrapper added to get cost of tolls etc which can be consumed by Manager class `MapplsCostEstimationManager` and request class `MapplsCostEstimationOptions`.
- Loading branch information
Robin Macbook Pro
committed
Jan 2, 2023
1 parent
92abf2f
commit 067c6a9
Showing
34 changed files
with
6,337 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changes to the MapplsAPICore SDK for iOS | ||
|
||
## 1.0.4 - 09 Dec, 2022 | ||
|
||
### Changed | ||
- A custom property `modelName` of extension `UIDevice` is made public. | ||
|
||
## 1.0.3 - 13 Oct, 2022 | ||
|
||
### Changed | ||
- Timeout interval is reduced for some of APIs to improve performance. | ||
- A new enum `MapplsRawInfoType` is added. | ||
|
||
## 1.0.2 - 23 Aug, 2022 | ||
|
||
### Fixed | ||
- Fixed a crash while using `MapplsTokenAuthenticationAPISharedManager` in `MapplsLicenseInterceptor` class. | ||
|
||
## 1.0.1 - 17 Aug, 2022 | ||
|
||
### Added | ||
- Introduced a property `isEnableLogging` In MapplsAccountManager | ||
- On the based of Who am i respose region is set in MapplsAccountManage. | ||
|
||
## 1.0.0 - 10 June, 2022 | ||
|
||
Initial version of `MapplsAPICore`. |
Oops, something went wrong.