docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum CoreLocationErrorCode

    Error codes related to the Core Location Framework.

    Namespace: UnityEngine.XR.ARKit
    Assembly: Unity.XR.ARKit.dll
    Syntax
    public enum CoreLocationErrorCode : long
    Remarks

    These values correspond to Core Location's CLErrors.

    Fields

    Name Description
    DeferredAccuracyTooLow

    Deferred mode not supported for the requested accuracy.

    DeferredCanceled

    Deferred mode request canceled a previous request.

    DeferredDistanceFiltered

    Deferred mode does not support distance filters.

    DeferredFailed

    Deferred mode failed.

    DeferredNotUpdatingLocation

    Deferred mode failed because location updates are disabled or paused.

    Denied

    Access to location or ranging has been denied by the user.

    GeocodeCanceled

    A geocode request was cancelled.

    GeocodeFoundNoResult

    A geocode request yielded no result.

    GeocodeFoundPartialResult

    A geocode request yielded a partial result.

    HeadingFailure

    Heading could not be determined.

    LocationUnknown

    Location is currently unknown, but Core Location will keep trying to determine it.

    Network

    General, network-related error.

    PromptDeclined

    User declined the authorization request.

    RangingFailure

    General ranging failure.

    RangingUnavailable

    Ranging cannot be performed.

    RegionMonitoringDenied

    Location region monitoring has been denied by the user.

    RegionMonitoringFailure

    A registered region cannot be monitored.

    RegionMonitoringResponseDelayed

    Events for this fence will be delivered, but delivery will not occur immediately.

    RegionMonitoringSetupDelayed

    Core Location could not immediately initialize region monitoring.

    See Also
    code
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)