Getting periodic updates with cordova-background-geolocation-lt

I’m wondering if it is possible get periodic updates with cordova-background-geolocation-lt, even if user’s location hasn’t changed much?

I see that it has a heartbeat option documented, and this would be ideal, except that it also requires preventSuspend option to be enabled, and it’s a major batter drain.

Is there any way to get background geo location, but also get periodic updates when the user’s location does not change?

I’m mainly targeting iOS at the moment.

I’m aware that there is another plugin that allows app to wake up once in a while, and it is also an option. But I’m hoping that I can achieve that with just geolocation plugin.

Thanks.