Files
suixinkan_uikit/suixinkan/Config/AMapConfig.swift
汉秋 cfcd3eee6f Integrate Amap SDK to replace CoreLocation and MapKit for all location features.
Unify GPS, reverse geocoding, and map display behind LocationProvider with privacy-gated bootstrap after login, aligned with Android.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 11:49:22 +08:00

13 lines
276 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// AMapConfig.swift
// suixinkan
//
import Foundation
/// SDK
enum AMapConfig {
/// iOS Key Bundle ID `com.yuanzhixiang.suixinkan`
nonisolated static let apiKey = "ea25441168468f39e276687dc94b8e7c"
}