Using MapKit plugin with Cordova apps. Currently working only on iOS platform.
$ cordova create com.example.mapkittest "MapKitTest"
$ cordova plugin add com.phonegap.plugins.mapkit
$ cordova platform add ios
$ cordova build ios
you can also search for the plugin (in case plugin's id changed for any reason)
$ cordova plugin search mapkit
- only working on ios when install via cordova cli. got build errors on android
- map's size doesn't fit in 4-inches iphones
- extra steps needed when install via cordova cli.
MIT © Armno P.