intuit/LocationManager
Easily get the device's current location on iOS. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4542
- days_rel: n/a
- days_push: 1816
- n_releases_24m: 0
Adoption not part of the score
2551 stars · 384 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
sdk developer-tools mobile-development maps core-location geolocation objective-c cocoapods block-based-api battery-efficient ios mobile swift
1 source
- readme: https://github.com/intuit/LocationManager · fetched 2026-08-28 · 499e80e8287f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| intuit/LocationManager | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="intuit/LocationManager")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem