集成高德 SDK 并替换所有定位相关的 CoreLocation 与 MapKit
This commit is contained in:
12
suixinkan/Config/AMapConfig.swift
Normal file
12
suixinkan/Config/AMapConfig.swift
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user