react-native-background-geolocation@5.0.0-beta.1
    Preparing search index...

    Interface Battery

    This object is attached to instances of Location.battery.

    interface Battery {
        is_charging: boolean;
        level: number;
    }
    Index

    Properties

    Properties

    is_charging: boolean

    true when device is plugged in to power.

    level: number

    Battery level. 0.0 = empty; 1.0 = full charge.