集成高德 SDK 并替换所有定位相关的 CoreLocation 与 MapKit

This commit is contained in:
2026-07-07 11:49:22 +08:00
parent 3acbf6315b
commit 8a4a30111c
29 changed files with 748 additions and 240 deletions

View File

@ -0,0 +1,12 @@
//
// AMapConfig.swift
// suixinkan
//
import Foundation
/// SDK
enum AMapConfig {
/// iOS Key Bundle ID `com.yuanzhixiang.suixinkan`
nonisolated static let apiKey = "ea25441168468f39e276687dc94b8e7c"
}