diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index c3ad4b55f..c1a4fc995 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -64,10 +64,10 @@ export class GoogleMap { /** * Checks if a map object has been created. - * @return {Promise} returns a promise that resolves with the Map object (if it exists). + * @return {Promise} returns a promise that resolves with a boolean that indicates if the plugin is available. */ @Cordova() - static isAvailable(): Promise { + static isAvailable(): Promise { return; }