This plugin helps you to integrate HMS Map Kit in your applications.
Follow official codelab for HMS Core enablement.
You can directly use that plugin with cordova plugin add https://github.com/onurkenis/cordova-hms-map-plugin
but since it is not a complete plugin, this usage is only recommended to test the current result.
- Clone this repository and make any customizations by your needs
git clone git@github.com:onurkenis/cordova-hms-map-plugin.git
- Go to your application root directory
cd app-root-directory
- Add plugin by pointing the plugin directory
cordova plugin add plugin-directory
- Call function from custom plugin.
cordova.plugins.HMSMapPlugin.openHuaweiMap();