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

    Interface GeofenceEvent

    interface GeofenceEvent {
        timestamp: string;
        identifier: string;
        action: GeofenceAction;
        location: Location;
        extras?: Record<string, any>;
        geofence?: Geofence;
    }
    Index

    Properties

    timestamp: string

    Device system time when the OS received the geofence event.

    identifier: string

    Identifier of the geofence which fired.

    Transition type: 'ENTER' | 'EXIT' | 'DWELL'.

    location: Location

    Location where the geofence transition occurred.

    extras?: Record<string, any>

    Optional extras originally configured on the Geofence.

    geofence?: Geofence

    Geofence record which fired