mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
fix(google-maps): fix Geocoder pluginRef
Fix Geocoder's pluginRef
This commit is contained in:
commit
66bc034c80
@ -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: ''
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user