React Native Location
    Preparing search index...

    Type Alias LocationError

    type LocationError = {
        code: LocationErrorCode | string;
        critical: boolean;
        message: string;
    }
    Index

    Properties

    Properties

    code: LocationErrorCode | string

    Error code.

    critical: boolean

    Indicates whether the error is critical or not. If the error is critical, positioning will not work.

    message: string

    Error message.