# intuit/LocationManager

Easily get the device's current location on iOS.

Repository: https://github.com/intuit/LocationManager
Canonical: https://ross.abutalabs.com/products/locationmanager
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2021-09-12T04:11:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4542, "days_push": 1816, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2551, forks 384 (observed 2026-08-28T04:07:00.524418+00:00)

## What it is
INTULocationManager is an Objective-C library (Swift-compatible) that simplifies getting the device's current location and heading on iOS. It wraps CLLocationManager with a block-based asynchronous API, managing permissions, accuracy, timeouts, and power efficiency automatically.

## Use cases
- get the user's current location once on iOS
- request a single location update with a desired accuracy and timeout
- continuously track device location changes
- monitor device heading/compass direction
- monitor significant location changes
- autofill an address field from the user's current location

## When to choose
- you need a simple one-shot current-location request on iOS without delegate boilerplate
- you want automatic handling of permissions, stale locations, and errors
- battery life matters and you want location services powered down when idle
- your app mixes Objective-C and Swift

## When to avoid
- you need turn-by-turn navigation-style continuous high-frequency tracking with fine control
- you're building for Android or cross-platform
- you need a maintained library - the last release was 2021 and updates are infrequent
- you prefer Swift-native wrappers or Combine/async-await APIs

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: mobile-development, maps
- platform: -
- tags: core-location, geolocation, objective-c, cocoapods, block-based-api, battery-efficient, ios, mobile, swift

## Member repositories
- intuit/LocationManager (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:00.524418+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:23:54.132987+00:00, confidence not recorded.
  - readme: https://github.com/intuit/LocationManager (fetched 2026-08-28T04:07:00.524418+00:00, sha 499e80e8287f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
