@@ -17,6 +17,7 @@ Powered with India's most comprehensive and robust mapping functionalities.
1717| Version | Supported SDK Version |
1818| ---- | ---- |
1919| [ v1.0.0] ( docs/v1.0.0/README.md ) | - Map SDK v8.0.0 <br /> - Geo Analytics v1.0.0 <br /> - Place Search Widget v2.0.0 <br /> - GeoFence Widget v1.0.0 <br /> - Scalebar Plugin v1.0.0 <br /> - Direction Widget v1.0.0 <br /> - Nearby UI Widget v1.0.0 <br /> - Annotation Plugin v1.0.0 <br /> - Driving Range Plugin v1.0.0 <br /> - GeoAnalytics Plugin v1.0.0 |
20+ | [ v1.0.1] ( docs/v1.0.1/README.md ) | - Map SDK v8.0.3 <br /> - Geo Analytics v1.0.0 <br /> - Place Search Widget v2.0.0 <br /> - GeoFence Widget v1.0.0 <br /> - Scalebar Plugin v1.0.0 <br /> - Direction Widget v1.0.2 <br /> - Nearby UI Widget v1.0.0 <br /> - Annotation Plugin v1.0.0 <br /> - Driving Range Plugin v1.0.0 <br /> - GeoAnalytics Plugin v1.0.0 |
2021
2122Reference to the documentation of Previous SDK versions [ here] ( https://github.com/mappls-api/mapmyindia-maps-vectorSDK-android )
2223
@@ -25,85 +26,90 @@ Reference to the documentation of Previous SDK versions [here](https://github.co
2526
2627| Version | Last Updated | Author | Release Note|
2728| ---- | ---- | ---- | ---- |
28- | v8.0.0 | 14 June 2022 | Mappls API Team ([ MA] ( https://github.com/mdakram ) ) ([ ST] ( https://github.com/saksham66 ) ) | Initial release |
29-
29+ | v8.0.0 | 14 June 2022 | Mappls API Team ([ MA] ( https://github.com/mdakram ) ) ([ ST] ( https://github.com/saksham66 ) ) | -Initial release |
30+ | v8.0.1 | 19 August 2022 | Mappls API Team ([ MA] ( https://github.com/mdakram ) ) ([ ST] ( https://github.com/saksham66 ) ) | - Added ` mapplsPin ` in Reverse Geocode <br /> - Bug Fixes|
31+ | v8.0.2 | 28 August 2022 | Mappls API Team ([ MA] ( https://github.com/mdakram ) ) ([ ST] ( https://github.com/saksham66 ) ) | - Added Android auto support |
32+ | v8.0.3 | 26 September 2022 | Mappls API Team ([ MA] ( https://github.com/mdakram ) ) ([ ST] ( https://github.com/saksham66 ) ) | - Added Weather API |
3033
3134For more details of previous versions , [ click here] ( docs/v1.0.0/Version-History.md ) .
3235
3336
3437## [ Table Of Content] ( #Table-Of-Content )
35- - [ Vector Android Map] ( docs/v1.0.0/Getting-Started.md )
36- * [ Getting Started] ( docs/v1.0.0/Getting-Started.md#getting-started )
37- * [ Setup your project] ( docs/v1.0.0/Getting-Started.md#setup-your-project )
38- * [ Add your API keys to the SDK] ( docs/v1.0.0/Getting-Started.md#add-your-api-keys-to-the-sdk )
39- * [ Add a Mappls Map to your application] ( docs/v1.0.0/Getting-Started.md#add-a-mappls-map-to-your-application )
40- * [ Map Interactions] ( docs/v1.0.0/Getting-Started.md#map-interactions )
41- * [ Map Events] ( docs/v1.0.0/Getting-Started.md#map-events )
42- * [ Map Click/Long Press] ( docs/v1.0.0/Getting-Started.md#map-click-long-press )
43- * [ Map Overlays] ( docs/v1.0.0/Getting-Started.md#map-overlays )
44- - [ Add A Marker] ( docs/v1.0.0/Getting-Started.md#add-a-marker )
45- - [ Remove A Marker] ( docs/v1.0.0/Getting-Started.md#remove-a-marker )
46- - [ Customize A Marker] ( docs/v1.0.0/Getting-Started.md#customize-a-marker )
47- - [ Add A Polyline] ( docs/v1.0.0/Getting-Started.md#add-a-polyline )
48- - [ Remove Polyline] ( docs/v1.0.0/Getting-Started.md#remove-polyline )
49- - [ Add A Polygon] ( docs/v1.0.0/Getting-Started.md#add-a-polygon )
50- - [ Remove Polygon] ( docs/v1.0.0/Getting-Started.md#remove-polygon )
51- * [ Show User Location] ( docs/v1.0.0/Getting-Started.md#show-user-location )
52- * [ Calculate distance between two points] ( docs/v1.0.0/Getting-Started.md#calculate-distance-between-points )
53- * [ Proguard] ( docs/v1.0.0/Getting-Started.md#proguard )
54- - [ Map UI Settings] ( docs/v1.0.0/Map-UI-Settings.md )
55- * [ Compass Settings] ( docs/v1.0.0/Map-UI-Settings.md#Compass-Settings )
56- * [ Enable/Disable Zoom on double tap] ( docs/v1.0.0/Map-UI-Settings.md#Enable-disable-zoom )
57- * [ Logo Settings] ( docs/v1.0.0/Map-UI-Settings.md/#Logo-settings )
58- * [ Enable/Disable Map Rotation Gessture] ( docs/v1.0.0/Map-UI-Settings.md#Enable-disable-rotation )
59- * [ Enable/Disable Map Scrolling Gesture] ( docs/v1.0.0/Map-UI-Settings.md#Enable-disable-scrolling )
60- * [ Enable/Disable Map Tilt Gesture] ( docs/v1.0.0/Map-UI-Settings.md#Enable-disable-tilt )
61- * [ Enable/Disable Zoom Gestures] ( docs/v1.0.0/Map-UI-Settings.md#Enable-disable-zoom-gesture )
62- - [ Set Country Regions] ( docs/v1.0.0/Set-Regions.md )
63- - [ Set Mappls Map Style] ( docs/v1.0.0/Map-Style.md )
64- * [ List of Available Styles] ( docs/v1.0.0/Map-Style.md#list-of-available-styles )
65- * [ Set Mappls Style] ( docs/v1.0.0/Map-Style.md#set-mapmyindia-style )
66- * [ To enable/disable last selected style] ( docs/v1.0.0/Map-Style.md#To-enable-last-selected-style )
67- * [ Get selected style] ( docs/v1.0.0/Map-Style.md#get-selected-style )
38+ - [ Vector Android Map] ( docs/v1.0.1/Getting-Started.md )
39+ * [ Getting Started] ( docs/v1.0.1/Getting-Started.md#getting-started )
40+ * [ Setup your project] ( docs/v1.0.1/Getting-Started.md#setup-your-project )
41+ * [ Add your API keys to the SDK] ( docs/v1.0.1/Getting-Started.md#add-your-api-keys-to-the-sdk )
42+ * [ Add a Mappls Map to your application] ( docs/v1.0.1/Getting-Started.md#add-a-mappls-map-to-your-application )
43+ * [ Map Interactions] ( docs/v1.0.1/Getting-Started.md#map-interactions )
44+ * [ Map Events] ( docs/v1.0.1/Getting-Started.md#map-events )
45+ * [ Map Click/Long Press] ( docs/v1.0.1/Getting-Started.md#map-click-long-press )
46+ * [ Map Overlays] ( docs/v1.0.1/Getting-Started.md#map-overlays )
47+ - [ Add A Marker] ( docs/v1.0.1/Getting-Started.md#add-a-marker )
48+ - [ Remove A Marker] ( docs/v1.0.1/Getting-Started.md#remove-a-marker )
49+ - [ Customize A Marker] ( docs/v1.0.1/Getting-Started.md#customize-a-marker )
50+ - [ Add A Polyline] ( docs/v1.0.1/Getting-Started.md#add-a-polyline )
51+ - [ Remove Polyline] ( docs/v1.0.1/Getting-Started.md#remove-polyline )
52+ - [ Add A Polygon] ( docs/v1.0.1/Getting-Started.md#add-a-polygon )
53+ - [ Remove Polygon] ( docs/v1.0.1/Getting-Started.md#remove-polygon )
54+ * [ Show User Location] ( docs/v1.0.1/Getting-Started.md#show-user-location )
55+ * [ Calculate distance between two points] ( docs/v1.0.1/Getting-Started.md#calculate-distance-between-points )
56+ * [ Proguard] ( docs/v1.0.1/Getting-Started.md#proguard )
57+ - [ Map UI Settings] ( docs/v1.0.1/Map-UI-Settings.md )
58+ * [ Compass Settings] ( docs/v1.0.1/Map-UI-Settings.md#Compass-Settings )
59+ * [ Enable/Disable Zoom on double tap] ( docs/v1.0.1/Map-UI-Settings.md#Enable-disable-zoom )
60+ * [ Logo Settings] ( docs/v1.0.1/Map-UI-Settings.md/#Logo-settings )
61+ * [ Enable/Disable Map Rotation Gessture] ( docs/v1.0.1/Map-UI-Settings.md#Enable-disable-rotation )
62+ * [ Enable/Disable Map Scrolling Gesture] ( docs/v1.0.1/Map-UI-Settings.md#Enable-disable-scrolling )
63+ * [ Enable/Disable Map Tilt Gesture] ( docs/v1.0.1/Map-UI-Settings.md#Enable-disable-tilt )
64+ * [ Enable/Disable Zoom Gestures] ( docs/v1.0.1/Map-UI-Settings.md#Enable-disable-zoom-gesture )
65+ - [ Set Country Regions] ( docs/v1.0.1/Set-Regions.md )
66+ - [ Set Mappls Map Style] ( docs/v1.0.1/Map-Style.md )
67+ * [ List of Available Styles] ( docs/v1.0.1/Map-Style.md#list-of-available-styles )
68+ * [ Set Mappls Style] ( docs/v1.0.1/Map-Style.md#set-mapmyindia-style )
69+ * [ To enable/disable last selected style] ( docs/v1.0.1/Map-Style.md#To-enable-last-selected-style )
70+ * [ Get selected style] ( docs/v1.0.1/Map-Style.md#get-selected-style )
71+ - [ Raster Catalogue] ( docs/v1.0.1/raster_catalogue.md#raster_catalogue )
72+ - [ Mappls Traffic Vector Overlay] ( docs/v1.0.1/Traffic-Vector-Overlay.md )
6873- REST API Kit
69- * [ Search API's] ( docs/v1.0.0/Search-Api.md )
70- - [ Auto Suggest] ( docs/v1.0.0/Search-Api.md#auto-suggest )
71- - [ Geocoding] ( docs/v1.0.0/Search-Api.md#geocoding )
72- - [ Reverse Geocoding] ( docs/v1.0.0/Search-Api.md#reverse-geocoding )
73- - [ Nearby Places] ( docs/v1.0.0/Search-Api.md#nearby-places )
74- - [ Place Detail] ( docs/v1.0.0/Search-Api.md#place-detail )
75- - [ POI Along the Route] ( docs/v1.0.0/Search-Api.md#poi-along-route )
76-
77- * [ Routes & Navigation API] ( docs/v1.0.0/Routing-API.md )
78- - [ Routing API] ( docs/v1.0.0/Routing-API.md#routing-api )
79- - [ Driving Distance Matrix API] ( docs/v1.0.0/Routing-API.md#distance-api )
80- * [ Feedback API] ( docs/v1.0.0/Feedback.md )
81- * [ Nearby Reports] ( docs/v1.0.0/Nearby-Report.md )
82- - [ Mappls GeoAnalytics] ( docs/v1.0.0/Geoanalytics.md )
83- - [ Place Autocomple Widget] ( docs/v1.0.0/Place-Autocomplete.md )
84- * [ PlaceAutocompleteFragment] ( docs/v1.0.0/Place-Autocomplete.md#place-autocomplete-fragment )
85- * [ PlaceAutocompleteActivity] ( docs/v1.0.0/Place-Autocomplete.md#place-autocomplete-activity )
86- - [ Mappls Interactive Layer] ( docs/v1.0.0/Interactive-Layer.md )
87- - [ Mappls GeoFence View] ( docs/v1.0.0/GeoFence-View.md )
88- - [ Mappls Safety Strip] ( docs/v1.0.0/Safety-Strip.md )
89- - [ Mappls Place Picker] ( docs/v1.0.0/Place-Picker.md )
90- - [ Mappls Scalebar Plugin] ( docs/v1.0.0/Scalebar-Plugin.md )
91- - [ Mappls Pin Strategy] ( docs/v1.0.0/MapplsPinStrategy.md )
92- - [ Mappls Direction Widget] ( docs/v1.0.0/Direction-Widget.md )
93- - [ Mappls Nearby Search Widget] ( docs/v1.0.0/Nearby-Widget.md )
94- * [ Introduction] ( docs/v1.0.0/Nearby-Widget.md#Introduction )
95- * [ Adding Credentials] ( docs/v1.0.0/Nearby-Widget.md#Adding-Credentials )
96- * [ Launching Nearby Widget] ( docs/v1.0.0/Nearby-Widget.md#Launching-Nearby-Widget )
97- - [ MapplsNearbyFragment] ( docs/v1.0.0/Nearby-Widget.md#nearby-fragment )
98- - [ MapplsNearbyActivity] ( docs/v1.0.0/Nearby-Widget.md#nearby-activity )
99- - [ Driving Range Plugin] ( docs/v1.0.0/Driving-Range-Plugin.md )
100- - [ Introduction] ( docs/v1.0.0/Driving-Range-Plugin.md#Introduction )
101- - [ Implementation] ( docs/v1.0.0/Driving-Range-Plugin.md#Implementation )
102- - [ Initialise Plugin] ( docs/v1.0.0/Driving-Range-Plugin.md#Initialise-Plugin )
103- - [ Plot Driving Range] ( docs/v1.0.0/Driving-Range-Plugin.md#Plot-Driving-Range )
104- - [ Additional Features] ( docs/v1.0.0/Driving-Range-Plugin.md#Additional-Features )
105- - [ SDK Error Codes] ( docs/v1.0.0/SDK-Error-code.md )
106- - [ Version History] ( docs/v1.0.0/Version-History.md )
74+ * [ Search API's] ( docs/v1.0.1/Search-Api.md )
75+ - [ Auto Suggest] ( docs/v1.0.1/Search-Api.md#auto-suggest )
76+ - [ Geocoding] ( docs/v1.0.1/Search-Api.md#geocoding )
77+ - [ Reverse Geocoding] ( docs/v1.0.1/Search-Api.md#reverse-geocoding )
78+ - [ Nearby Places] ( docs/v1.0.1/Search-Api.md#nearby-places )
79+ - [ Place Detail] ( docs/v1.0.1/Search-Api.md#place-detail )
80+ - [ POI Along the Route] ( docs/v1.0.1/Search-Api.md#poi-along-route )
81+
82+ * [ Routes & Navigation API] ( docs/v1.0.1/Routing-API.md )
83+ - [ Routing API] ( docs/v1.0.1/Routing-API.md#routing-api )
84+ - [ Driving Distance Matrix API] ( docs/v1.0.1/Routing-API.md#distance-api )
85+ * [ Feedback API] ( docs/v1.0.1/Feedback.md )
86+ * [ Nearby Reports] ( docs/v1.0.1/Nearby-Report.md )
87+ * [ Weather API] ( docs/v1.0.1/Weather-API.md )
88+ - [ Mappls GeoAnalytics] ( docs/v1.0.1/Geoanalytics.md )
89+ - [ Place Autocomple Widget] ( docs/v1.0.1/Place-Autocomplete.md )
90+ * [ PlaceAutocompleteFragment] ( docs/v1.0.1/Place-Autocomplete.md#place-autocomplete-fragment )
91+ * [ PlaceAutocompleteActivity] ( docs/v1.0.1/Place-Autocomplete.md#place-autocomplete-activity )
92+ - [ Mappls Interactive Layer] ( docs/v1.0.1/Interactive-Layer.md )
93+ - [ Mappls GeoFence View] ( docs/v1.0.1/GeoFence-View.md )
94+ - [ Mappls Safety Strip] ( docs/v1.0.1/Safety-Strip.md )
95+ - [ Mappls Place Picker] ( docs/v1.0.1/Place-Picker.md )
96+ - [ Mappls Scalebar Plugin] ( docs/v1.0.1/Scalebar-Plugin.md )
97+ - [ Mappls Pin Strategy] ( docs/v1.0.1/MapplsPinStrategy.md )
98+ - [ Mappls Direction Widget] ( docs/v1.0.1/Direction-Widget.md )
99+ - [ Mappls Nearby Search Widget] ( docs/v1.0.1/Nearby-Widget.md )
100+ * [ Introduction] ( docs/v1.0.1/Nearby-Widget.md#Introduction )
101+ * [ Adding Credentials] ( docs/v1.0.1/Nearby-Widget.md#Adding-Credentials )
102+ * [ Launching Nearby Widget] ( docs/v1.0.1/Nearby-Widget.md#Launching-Nearby-Widget )
103+ - [ MapplsNearbyFragment] ( docs/v1.0.1/Nearby-Widget.md#nearby-fragment )
104+ - [ MapplsNearbyActivity] ( docs/v1.0.1/Nearby-Widget.md#nearby-activity )
105+ - [ Driving Range Plugin] ( docs/v1.0.1/Driving-Range-Plugin.md )
106+ - [ Introduction] ( docs/v1.0.1/Driving-Range-Plugin.md#Introduction )
107+ - [ Implementation] ( docs/v1.0.1/Driving-Range-Plugin.md#Implementation )
108+ - [ Initialise Plugin] ( docs/v1.0.1/Driving-Range-Plugin.md#Initialise-Plugin )
109+ - [ Plot Driving Range] ( docs/v1.0.1/Driving-Range-Plugin.md#Plot-Driving-Range )
110+ - [ Additional Features] ( docs/v1.0.1/Driving-Range-Plugin.md#Additional-Features )
111+ - [ SDK Error Codes] ( docs/v1.0.1/SDK-Error-code.md )
112+ - [ Version History] ( docs/v1.0.1/Version-History.md )
107113- [ Country List] ( https://github.com/mappls-api/mappls-rest-apis/blob/main/docs/countryISO.md )
108114
109115<br ><br ><br >
0 commit comments