refactor(googlemaps): add plugin meta
This commit is contained in:
parent
a1946442d1
commit
fd3fa5b1b9
@ -9,7 +9,9 @@ declare var plugin : any;
|
|||||||
* @name Google Maps
|
* @name Google Maps
|
||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginRef: 'plugin.google.maps'
|
pluginRef: 'plugin.google.maps',
|
||||||
|
plugin: 'cordova-plugin-googlemaps',
|
||||||
|
repo: 'https://github.com/mapsplugin/cordova-plugin-googlemaps'
|
||||||
})
|
})
|
||||||
export class GoogleMaps {
|
export class GoogleMaps {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user