iOS MapKit Implementation

Installation
SKILL.md

iOS MapKit Implementation

iOS 17+向けSwiftUIアプリケーションにおけるMapKit実装ガイド。地図表示、位置情報、経路検索、周辺検索機能の実装をサポートする。

Quick Start Checklist

MapKit機能を実装する際の必須手順:

  1. Info.plist設定

    • NSLocationWhenInUseUsageDescription - 使用中の位置情報アクセス理由
    • NSLocationAlwaysAndWhenInUseUsageDescription - 常時位置情報(必要な場合)
  2. フレームワークインポート

    import MapKit
    import CoreLocation
    
Installs
GitHub Stars
1
First Seen
iOS MapKit Implementation — fumiya-kume/toy-poodle-love