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

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: ''
})