1

mapmyindia(mmi) provides map sdks for android and for ios and map apis for web Sdks are free to use but APIs aren't But what about hybrid Can i use android or ios sdks of mmi(not api) in ionic/flutter/react native(it will b a great help if u mention if its possible for these all 3 cases,bcse according to that I'll b choosing my framework) If so how, they didn't provide documentation for hybrid apps. below is ios sdk link of mmi: https://www.mapmyindia.com/api/advanced-maps/ios/vector-map-sdk and android: https://www.mapmyindia.com/api/advanced-maps/android/vector-maps-sdk

  • It is possible to use native code in React Native. Look at: https://medium.com/@manishahire/how-to-use-android-code-in-react-native-e0c6ce0dd286 – Ajay Gupta Apr 12 '21 at 03:43

1 Answers1

0

For Flutter Read Detailed example at https://blog.usejournal.com/integrating-native-third-party-sdk-in-flutter-8aab03afa9da

This can be achieved using Platform Channels.

Dev
  • 6,628
  • 2
  • 25
  • 34
  • the blog helped.thanks for that.** so @dev do uk how it is possible in react native or in ionic.** – krishna sunder Apr 13 '21 at 03:39
  • Sorry bro i have experience with flutter only. Others might help. – Dev Apr 13 '21 at 04:53
  • i found the ans , I did'nt know how to frame the sentences while searching in google for this particular query, just need to search for " integration of third party sdks in ____ " – krishna sunder Apr 13 '21 at 05:24