i am trying to integrate [This]https://github.com/louisbl/cordova-plugin-locationservices plugin into my ionic 4 app.
since its a non ionic-native plugin, how do i go about calling its functions withing my typescript code?
i have tried using declare var locationservices: any;
locationServices.geolocation.getCurrentPosition(geolocationSuccess,[geolocationError],geolocationOptions]);
but i get an error that locationservices is not defined