Fix Geocoder's pluginRef

This commit is contained in:
hodak 2017-04-15 13:29:10 +02:00
parent 4bd6aaba2b
commit b2120c68e2

View File

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