集成高德 SDK 并替换所有定位相关的 CoreLocation 与 MapKit
This commit is contained in:
22
suixinkan/Config/AppAgreementURLs.swift
Normal file
22
suixinkan/Config/AppAgreementURLs.swift
Normal file
@ -0,0 +1,22 @@
|
||||
//
|
||||
// AppAgreementURLs.swift
|
||||
// suixinkan
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
/// App 协议与隐私政策链接,对齐 Android `AgreementRoutes`。
|
||||
enum AppAgreementURLs {
|
||||
/// 隐私政策 H5 地址。
|
||||
nonisolated static var privacyPolicy: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/privacy-policy")
|
||||
}
|
||||
|
||||
/// 用户协议 H5 地址。
|
||||
nonisolated static var userAgreement: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/user-agreement")
|
||||
}
|
||||
|
||||
/// 高德地图开放平台隐私权政策。
|
||||
nonisolated static let amapPrivacyPolicy = URL(string: "https://lbs.amap.com/pages/privacy/")!
|
||||
}
|
||||
Reference in New Issue
Block a user