File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,12 @@ Console.info(`PLATFORM: ${PLATFORM}`);
103103 //if (PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled) PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled.push("CN");
104104 // mod
105105 //PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
106- PLIST [ "com.apple.GEO" ] . LocalitiesAndLandmarksSupported = true ; // 支持地名和地标
106+ // PLIST["com.apple.GEO"].LocalitiesAndLandmarksSupported = true; // 支持地名和地标(不需要,默认全局启用)
107107 PLIST [ "com.apple.GEO" ] . NavigationShowHeadingKey = true ; // 导航时显示朝向按钮
108108 //PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // US
109109 PLIST [ "com.apple.GEO" ] . OpticalHeadingEnabled = true ; // 步行-导航精确度-增强
110110 //PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看(不需要,默认全局启用)
111+ //PLIST["com.apple.GEO"].TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡(不需要,默认全局启用)
111112 //PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
112113 }
113114 break ;
You can’t perform that action at this time.
0 commit comments