Skip to main content
Back to registry

mapkit-location

dpearson2699/swift-ios-skills

Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing.

Installs202
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill mapkit-location
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing. See references/mapkit-patterns.md for extended MapKit patterns and references/corelocation-patterns.md for CoreLocation patterns. Run through the Review Checklist at the end of this file. MapCameraPosition controls what the map displays. Bind it to let the user interact and to programmatically move the camera. Replace CLLocationManagerDelegate callbacks with a single async sequence. Each iteration yields a CLLocationUpdate containing an optional CLLocation .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does mapkit-location do?

Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing.

Is mapkit-location good?

mapkit-location does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does mapkit-location work with?

mapkit-location currently lists compatibility with codex, gemini-cli, kimi-cli, amp, cline, github-copilot.

What are alternatives to mapkit-location?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install mapkit-location?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill mapkit-location

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering