fix(google-maps): fix Geocoder pluginRef

Fix Geocoder's pluginRef
This commit is contained in:
Ibby Hadeed 2017-04-18 17:40:33 -04:00 committed by GitHub
commit 66bc034c80

View File

@ -1749,7 +1749,7 @@ export interface GeocoderResult {
*/
@Plugin({
pluginName: 'Geocoder',
pluginRef: 'plugins.google.maps.Geocoder',
pluginRef: 'plugin.google.maps.Geocoder',
plugin: 'cordova-plugin-googlemaps',
repo: ''
})