Skip to content

onurkenis/cordova-hms-map-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] Cordova - HMS Map Plugin

This plugin helps you to integrate HMS Map Kit in your applications.

Preparation

Follow official codelab for HMS Core enablement.

Usage

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.

  1. Clone this repository and make any customizations by your needs
git clone git@github.com:onurkenis/cordova-hms-map-plugin.git
  1. Go to your application root directory
cd app-root-directory
  1. Add plugin by pointing the plugin directory
cordova plugin add plugin-directory
  1. Call function from custom plugin.
cordova.plugins.HMSMapPlugin.openHuaweiMap();