Skip to content

Commit

Permalink
Document folder and other files update as per: MapplsAPIKit: Release …
Browse files Browse the repository at this point in the history
…version 2.0.7
  • Loading branch information
Robin Macbook Pro committed Oct 21, 2022
1 parent 50911b0 commit a9c0df5
Show file tree
Hide file tree
Showing 33 changed files with 6,282 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'MapplsSDKDemo' do

# Pods for MapplsDemo
pod 'MapplsAPICore', '1.0.3'
pod 'MapplsAPIKit', '2.0.6'
pod 'MapplsAPIKit', '2.0.7'
pod 'MapplsMap', '5.13.4'
pod 'MapplsFeedbackKit', '1.0.0'
pod 'MapplsFeedbackUIKit', '1.0.0'
Expand Down
157 changes: 79 additions & 78 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,92 +14,93 @@ You can get your api key to be used in this document here: [https://apis.mappls.

| Version | Supported SDK Version |
| ------- | --------------------- |
| [v1.0.2](./docs/v1.0.2/README.md) | - MapplsAPICore - 1.0.3 <br/> - MapplsAPIKit - 2.0.7 <br/> - MappplsMap - 5.13.4 <br/> - MapplsUIWidget - 1.0.1 <br/> - MapplsNearbyUI - 1.0.0 <br/> - MapplsDirectionUI - 1.0.1 <br/> - MapplsGeoanalytics - 1.0.0 <br/> - MapplsFeedbackKit - 1.0.0 <br/> - MapplsFeedbackUIKit - 1.0.0 <br/> - MapplsDrivingRangePlugin - 1.0.1 <br/> - MapplsAnnotationExtension - 1.0.0 <br/> - MapplsGeofenceUI - 1.0.0 <br/> - MapplsRasterCatalogue - 0.1.0|
| [v1.0.1](./docs/v1.0.1/README.md) | - MapplsAPICore - 1.0.3 <br/> - MapplsAPIKit - 2.0.6 <br/> - MappplsMap - 5.13.4 <br/> - MapplsUIWidget - 1.0.1 <br/> - MapplsNearbyUI - 1.0.0 <br/> - MapplsDirectionUI - 1.0.1 <br/> - MapplsGeoanalytics - 1.0.0 <br/> - MapplsFeedbackKit - 1.0.0 <br/> - MapplsFeedbackUIKit - 1.0.0 <br/> - MapplsDrivingRangePlugin - 1.0.1 <br/> - MapplsAnnotationExtension - 1.0.0 <br/> - MapplsGeofenceUI - 1.0.0 <br/> - MapplsRasterCatalogue - 0.1.0|
| [v1.0.0](./docs/v1.0.0/README.md) | - MapplsAPICore - 1.0.2 <br/> - MapplsAPIKit - 2.0.5 <br/> - MappplsMap - 5.13.3 <br/> - MapplsUIWidget - 1.0.1 <br/> - MapplsNearbyUI - 1.0.0 <br/> - MapplsDirectionUI - 1.0.1 <br/> - MapplsGeoanalytics - 1.0.0 <br/> - MapplsFeedbackKit - 1.0.0 <br/> - MapplsFeedbackUIKit - 1.0.0 <br/> - MapplsDrivingRangePlugin - 1.0.1 <br/> - MapplsAnnotationExtension - 1.0.0 <br/> - MapplsGeofenceUI - 1.0.0 <br/> - MapplsRasterCatalogue - 0.1.0|

Reference to the documentation of Previous SDK versions [here](https://github.com/mappls-api/mapmyindia-maps-vectorSDK-iOS)

## [Table Of Content](#Table-Of-Content)
- [Mappls API Core](./docs/v1.0.1/MapplsAPICore.md)

- [Mappls API Kit](./docs/v1.0.1/MapplsAPIKit.md)
* [Autosuggest API](./docs/v1.0.1/MapplsAPIKit.md#Autosuggest-API)
* [Reverse Geocode API](./docs/v1.0.1/MapplsAPIKit.md#Reverse-Geocoding-API)
* [Nearby API](./docs/v1.0.1/MapplsAPIKit.md#Nearby-API)
* [Place Detail](./docs/v1.0.1/MapplsAPIKit.md#Place-Detail)
* [Geocode API](./docs/v1.0.1/MapplsAPIKit.md#Geocoding-API)
* [Routing API](./docs/v1.0.1/MapplsAPIKit.md#Routing-API)
* [Driving Distance - Time Matrix API](./docs/v1.0.1/MapplsAPIKit.md#Driving-Distance-Time-Matrix-API)
* [POI Along The Route](./docs/v1.0.1/MapplsAPIKit.md#POI-Along-The-Route-API)
* [Nearby Reports API](./docs/v1.0.1/MapplsAPIKit.md#Nearby-Reports-API)
* [Current Weather Condition API](./docs/v1.0.1/MapplsAPIKit.md#Current-Weather-Condition-API)

- [Set Country Regions](./docs/v1.0.1/Regions.md)
- [Mappls API Core](./docs/v1.0.2/MapplsAPICore.md)

- [Mappls API Kit](./docs/v1.0.2/MapplsAPIKit.md)
* [Autosuggest API](./docs/v1.0.2/MapplsAPIKit.md#Autosuggest-API)
* [Reverse Geocode API](./docs/v1.0.2/MapplsAPIKit.md#Reverse-Geocoding-API)
* [Nearby API](./docs/v1.0.2/MapplsAPIKit.md#Nearby-API)
* [Place Detail](./docs/v1.0.2/MapplsAPIKit.md#Place-Detail)
* [Geocode API](./docs/v1.0.2/MapplsAPIKit.md#Geocoding-API)
* [Routing API](./docs/v1.0.2/MapplsAPIKit.md#Routing-API)
* [Driving Distance - Time Matrix API](./docs/v1.0.2/MapplsAPIKit.md#Driving-Distance-Time-Matrix-API)
* [POI Along The Route](./docs/v1.0.2/MapplsAPIKit.md#POI-Along-The-Route-API)
* [Nearby Reports API](./docs/v1.0.2/MapplsAPIKit.md#Nearby-Reports-API)
* [Current Weather Condition API](./docs/v1.0.2/MapplsAPIKit.md#Current-Weather-Condition-API)

- [Set Country Regions](./docs/v1.0.2/Regions.md)
- [Country List](https://github.com/mappls-api/mapmyindia-rest-api/blob/master/docs/countryISO.md)

- [Mappls Map](./docs/v1.0.1/MapplsMap.md#Vector-iOS-Map)
* [Getting Started](./docs/v1.0.1/MapplsMap.md#Getting-Started)
* [Setup your Project](./docs/v1.0.1/MapplsMap.md#Setup-your-Project)
* [Usage](./docs/v1.0.1/MapplsMap.md#Usage)
* [Add a Mappls Map View](./docs/v1.0.1/MapplsMap.md#Add-a-Mappls-Map-View)
* [SwiftUI](./docs/v1.0.1/MapplsMap.md#SwiftUI)
* [Map Interactions](./docs/v1.0.1/MapplsMap.md#Map-Interactions)
* [Map Features](./docs/v1.0.1/MapplsMap.md#Map-Features)
* [Map Events](./docs/v1.0.1/MapplsMap.md#Map-Events)
* [Map Overlays](./docs/v1.0.1/MapplsMap.md#Map-Overlays)
* [Polylines](./docs/v1.0.1/MapplsMap.md#Polylines)
* [Polygons](./docs/v1.0.1/MapplsMap.md#Polygons)
* [Map Camera](./docs/v1.0.1/MapplsMap.md#Map-Camera)
* [Miscellaneous](./docs/v1.0.1/MapplsMap.md#Miscellaneous)
* [Cluster Based Authentication](./docs/v1.0.1/MapplsMap.md#Cluster-Based-Authentication)

- [Mappls Pin Strategy - Mappls Map](./docs/v1.0.1/MapplsPinStrategy.md)

- [Mappls Map Styles - Mappls Map](./docs/v1.0.1/MapplsMapStyle.md)

- [Interactive Layers - Mappls Map](./docs/v1.0.1/InteractiveLayers.md)

- [Traffic Vector Tiles Overlay - Mappls Map](./docs/v1.0.1/MapplsTrafficVectorTileOverlay.md)

- [Mappls UI Widgets](./docs/v1.0.1/MapplsUIWidgets.md)
- [Introduction](./docs/v1.0.1/MapplsUIWidgets.md#Introduction)
- [Installation](./docs/v1.0.1/MapplsUIWidgets.md#Installation)
- [Version History](./docs/v1.0.1/MapplsUIWidgets.md#Version-History)
- [Autocomplete](./docs/v1.0.1/MapplsUIWidgets.md#Autocomplete)
- [SwiftUI](./docs/v1.0.1/MapplsUIWidgets.md#SwiftUI-Full-Screen-Control)
- [Place Picker View](./docs/v1.0.1/MapplsUIWidgets.md#Place-Picker-View)
- [Autocomplete Attribution Appearance](./docs/v1.0.1/MapplsUIWidgets.md#Autocomplete-Attribution-Appearance)

- [Mappls Nearby UI](./docs/v1.0.1/MapplsNearbyUI.md)
- [Introduction](./docs/v1.0.1/MapplsNearbyUI.md#Introduction)
- [Installation](./docs/v1.0.1/MapplsNearbyUI.md#Installation)
- [Version History](./docs/v1.0.1/MapplsNearbyUI.md#Version-History)
- [Launching with default configuration](./docs/v1.0.1/MapplsNearbyUI.md#Launching-with-default-configuration)
- [MapplsNearbyCategoriesViewControllerDelegate](./docs/v1.0.1/MapplsNearbyUI.md#MapplsNearbyCategoriesViewControllerDelegate)

- [Mappls Direction UI Widget](./docs/v1.0.1/MapplsDirectionUI.md)
- [Introduction](./docs/v1.0.1/MapplsDirectionUI.md#Introduction)
- [Installation](./docs/v1.0.1/MapplsDirectionUI.md#Installation)
- [Version History](./docs/v1.0.1/MapplsDirectionUI.md#Version-History)
- [Usage](./docs/v1.0.1/MapplsDirectionUI.md#Usage)
- [MapplsDirectionsViewController](./docs/v1.0.1/MapplsDirectionUI.md#MapplsDirectionsViewController)

- [Mappls Geoanalytics](./docs/v1.0.1/MapplsGeoanalytics.md)

- [Mappls Feedback Kit](./docs/v1.0.1/MapplsFeedbackKit.md)

- [Mappls Feedback UI Kit](./docs/v1.0.1/MapplsFeedbackUIKit.md)

- [Mappls Raster Catalogue Plugin](./docs/v1.0.1/RasterCatalouge.md)

- [Mappls Driving Range plugin](./docs/v1.0.1/MapplsDrivingRangePlugin.md)
- [Introduction](./docs/v1.0.1/MapplsDrivingRangePlugin.md#Introduction)
- [Installation](./docs/v1.0.1/MapplsDrivingRangePlugin.md#Installation)
- [Version History](./docs/v1.0.1/MapplsDrivingRangePlugin.md#Version-History)

- [Mappls Annotation Extension](./docs/v1.0.1/MapplsAnnotationExtension.md)

- [Mappls Geofence UI Plugin](./docs/v1.0.1/MapplsGeofenceUI.md)
- [Mappls Map](./docs/v1.0.2/MapplsMap.md#Vector-iOS-Map)
* [Getting Started](./docs/v1.0.2/MapplsMap.md#Getting-Started)
* [Setup your Project](./docs/v1.0.2/MapplsMap.md#Setup-your-Project)
* [Usage](./docs/v1.0.2/MapplsMap.md#Usage)
* [Add a Mappls Map View](./docs/v1.0.2/MapplsMap.md#Add-a-Mappls-Map-View)
* [SwiftUI](./docs/v1.0.2/MapplsMap.md#SwiftUI)
* [Map Interactions](./docs/v1.0.2/MapplsMap.md#Map-Interactions)
* [Map Features](./docs/v1.0.2/MapplsMap.md#Map-Features)
* [Map Events](./docs/v1.0.2/MapplsMap.md#Map-Events)
* [Map Overlays](./docs/v1.0.2/MapplsMap.md#Map-Overlays)
* [Polylines](./docs/v1.0.2/MapplsMap.md#Polylines)
* [Polygons](./docs/v1.0.2/MapplsMap.md#Polygons)
* [Map Camera](./docs/v1.0.2/MapplsMap.md#Map-Camera)
* [Miscellaneous](./docs/v1.0.2/MapplsMap.md#Miscellaneous)
* [Cluster Based Authentication](./docs/v1.0.2/MapplsMap.md#Cluster-Based-Authentication)

- [Mappls Pin Strategy - Mappls Map](./docs/v1.0.2/MapplsPinStrategy.md)

- [Mappls Map Styles - Mappls Map](./docs/v1.0.2/MapplsMapStyle.md)

- [Interactive Layers - Mappls Map](./docs/v1.0.2/InteractiveLayers.md)

- [Traffic Vector Tiles Overlay - Mappls Map](./docs/v1.0.2/MapplsTrafficVectorTileOverlay.md)

- [Mappls UI Widgets](./docs/v1.0.2/MapplsUIWidgets.md)
- [Introduction](./docs/v1.0.2/MapplsUIWidgets.md#Introduction)
- [Installation](./docs/v1.0.2/MapplsUIWidgets.md#Installation)
- [Version History](./docs/v1.0.2/MapplsUIWidgets.md#Version-History)
- [Autocomplete](./docs/v1.0.2/MapplsUIWidgets.md#Autocomplete)
- [SwiftUI](./docs/v1.0.2/MapplsUIWidgets.md#SwiftUI-Full-Screen-Control)
- [Place Picker View](./docs/v1.0.2/MapplsUIWidgets.md#Place-Picker-View)
- [Autocomplete Attribution Appearance](./docs/v1.0.2/MapplsUIWidgets.md#Autocomplete-Attribution-Appearance)

- [Mappls Nearby UI](./docs/v1.0.2/MapplsNearbyUI.md)
- [Introduction](./docs/v1.0.2/MapplsNearbyUI.md#Introduction)
- [Installation](./docs/v1.0.2/MapplsNearbyUI.md#Installation)
- [Version History](./docs/v1.0.2/MapplsNearbyUI.md#Version-History)
- [Launching with default configuration](./docs/v1.0.2/MapplsNearbyUI.md#Launching-with-default-configuration)
- [MapplsNearbyCategoriesViewControllerDelegate](./docs/v1.0.2/MapplsNearbyUI.md#MapplsNearbyCategoriesViewControllerDelegate)

- [Mappls Direction UI Widget](./docs/v1.0.2/MapplsDirectionUI.md)
- [Introduction](./docs/v1.0.2/MapplsDirectionUI.md#Introduction)
- [Installation](./docs/v1.0.2/MapplsDirectionUI.md#Installation)
- [Version History](./docs/v1.0.2/MapplsDirectionUI.md#Version-History)
- [Usage](./docs/v1.0.2/MapplsDirectionUI.md#Usage)
- [MapplsDirectionsViewController](./docs/v1.0.2/MapplsDirectionUI.md#MapplsDirectionsViewController)

- [Mappls Geoanalytics](./docs/v1.0.2/MapplsGeoanalytics.md)

- [Mappls Feedback Kit](./docs/v1.0.2/MapplsFeedbackKit.md)

- [Mappls Feedback UI Kit](./docs/v1.0.2/MapplsFeedbackUIKit.md)

- [Mappls Raster Catalogue Plugin](./docs/v1.0.2/RasterCatalouge.md)

- [Mappls Driving Range plugin](./docs/v1.0.2/MapplsDrivingRangePlugin.md)
- [Introduction](./docs/v1.0.2/MapplsDrivingRangePlugin.md#Introduction)
- [Installation](./docs/v1.0.2/MapplsDrivingRangePlugin.md#Installation)
- [Version History](./docs/v1.0.2/MapplsDrivingRangePlugin.md#Version-History)

- [Mappls Annotation Extension](./docs/v1.0.2/MapplsAnnotationExtension.md)

- [Mappls Geofence UI Plugin](./docs/v1.0.2/MapplsGeofenceUI.md)

<br><br><br>

Expand Down
22 changes: 22 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsAPICore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changes to the MapplsAPICore SDK for iOS

## 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`.
65 changes: 65 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsAPIKit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Changes to the MapplsAPIKit SDK for iOS

## 2.0.7 - 21 Oct, 2022

### Added
- Turf library related claasses are added.
- To get congestion delays for a route, a helper function `getCongestionDelays` added in class of MapplsDirectionUtility.

### Fixed
- For some of API managers host was not setting correctly on passing programmatically.

## 2.0.6 - 13 Oct, 2022

### Added
- 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.

### Changed
- Timeout interval is reduced for some of APIs to improve performance.

## 2.0.5 - 05 sept, 2022

### Added

- Introduced MapplsWeatherAPI.


## 2.0.4 - 06 sept, 2022

### Added

- added a userActivity and media in respnse of placeDetails apis.

## 2.0.3 - 24 Aug, 2022

### Added

- added a parameter to set host and scheme in init method of manager class.

## 2.0.2 - 22 Aug, 2022

### Added

- In response of Reverse Geocode `areaCode` is added.

### Fixed

- Fixed a crash while using sharedInstance of `MapplsDirection` class.

## 2.0.1 - 05 Jul, 2022

### Added

- In response of Reverse Geocode `Mappls Pin` is added.

## 2.0.0 - 11 Jun, 2022

Initial version of `MapplsAPIKit`.

**Changes Since last version released:**

### Merged

- Direction/Route API sdk is merged into this and upcoming updates no longer will be avaialable separately.
- Dependency of `MapplsAPICore` is added.
7 changes: 7 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsAnnotationExtension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changes to the MapplsAnnotationExtension SDK for iOS

## 1.0.0 - 14 Jun, 2022

### Changed

- Initial MAPPLS's release.
7 changes: 7 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsDirectionUI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changes to the MapplsDirectionUI SDK for iOS

## 1.0.0 - 14 Jun, 2022

### Changed

- Initial release as per Mappls branding.
7 changes: 7 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsDrivingRangePlugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changes to the MapplsDrivingRangePlugin for iOS

## 1.0.0 - 14 Jun, 2022

#### Changed

- Initial MAPPLS's release.
5 changes: 5 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsFeedbackKit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changes to the MapplsFeedbackKit - SDK for iOS

## 1.0.0 - 22 Jun, 2022

- Initial release.
5 changes: 5 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsFeedbackUIKit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changes to the MapplsFeedbackUIKit - SDK for iOS

## 1.0.0 - 22 Jun, 2022

- Initial release.
7 changes: 7 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsGeoanalytics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changes to the MapplsGeoanalytics SDK for iOS

## 1.0.0 - 20 Jun, 2022

### Changed

- Initial Mappls release.
7 changes: 7 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsGeofenceUI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changes to the MapplsGeofenceUI SDK for iOS

## 1.0.0 - 14 Jun, 2022

### Changed

- Initial release as per Mappls branding.
31 changes: 31 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsMap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changes to the MapplsMap SDK for iOS

## 5.13.4 - 13 Oct, 2022

### Added
- On tap of any label on map delegate function `didTapPlaceWithMapplsPin` will be called to return `mapplsPin`.

### Changed
- 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.
- Timeout interval is reduced for some of APIs to improve performance.

## 5.13.3 - 08 Sep, 2022

An issue resolved where tiles were not loading on CarPlay when phone is in locked state.

## 5.13.2 - 18 Aug, 2022

A Bug Resolved, session was not resetting if already a session is running. |

## 5.13.1 - 20 Jul, 2022

### Changed

- A Bug resolved of an error of "Duplicate bundle identifier of `MapmyIndiaAPIKit`" shows while uploading build on App Store.

## 5.13.0 - 11 Jun, 2022

Initial version of `MapplsMap`.

- Dependencies are `MapplsAPICore` and `MapplsAPIKit`.
7 changes: 7 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsNearbyUI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changes to the MapplsNearbyUI SDK for iOS

## 1.0.0 - 14 June, 2022

### Changed

- Initial MAPPLS's release with renaming.
8 changes: 8 additions & 0 deletions docs/v1.0.2/CHANGELOG/MapplsUIWidgets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changes to the MapplsUIWidgets SDK for iOS

## 1.0.0 - 12 June, 2022

### Changed

- Initial MAPPLS's release with renaming.
- One Dependency `MapplsAPICore` is added along with `MapplsAPIKit` and `MapplsMap`.
Loading

0 comments on commit a9c0df5

Please sign in to comment.