Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

LocationOperation issue with CLLocationAccuracy constants #84

Open
@sirnacnud

Description

@sirnacnud

If you create a LocationOperation with accuracy set to kCLLocationAccuracyBestForNavigation, the location handler won't be called, as in didUpdateLocations, the horizontal accuracy of the current location is compared to the accuracy the user specified. The problem is that kCLLocationAccuracyBestForNavigation is defined as -2, so the only time the current location will have a negative horizontal accuracy is if it is invalid.

I'm not for sure if supplying kCLLocationAccuracyBestForNavigation, or any of the other constants that have a negative value, should be supported. It seems Apple's original code sample has this same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions