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

    Interface MotionChangeEvent

    interface MotionChangeEvent {
        isMoving: boolean;
        location: Location;
    }
    Index

    Properties

    Properties

    isMoving: boolean

    True when moving; false when stationary.

    location: Location

    Location associated with the motionchange.