@@ -81,8 +81,8 @@ Console.info(`PLATFORM: ${PLATFORM}`);
8181 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOAddressCorrectionEnabled; // 启用更正地址
8282 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOBatchSpatialEventLookupMaxParametersCount; // CN
8383 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOBatchSpatialPlaceLookupMaxParametersCount; // CN
84- delete PLIST [ "com.apple.GEO" ] ?. CountryProviders ?. CN ?. LocalitiesAndLandmarksSupported ; // 支持地名和地标
85- delete PLIST [ "com.apple.GEO" ] ?. CountryProviders ?. CN ?. NavigationShowHeadingKey ; // 导航时显示朝向按钮
84+ // delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.LocalitiesAndLandmarksSupported; // 支持地名和地标
85+ // delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.NavigationShowHeadingKey; // 导航时显示朝向按钮
8686 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.ODcwM0Y2NTgtOTY2M; // CN ??
8787 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.POIBusynessDifferentialPrivacy; // CN
8888 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.POIBusynessRealTime; // CN
@@ -102,13 +102,13 @@ Console.info(`PLATFORM: ${PLATFORM}`);
102102 //if (PLIST["com.apple.GEO"].SupportedCountriesCustomRouteCreation) PLIST["com.apple.GEO"].SupportedCountriesCustomRouteCreation.push("CN"); // 支持创建自定义步行或徒步线路
103103 //if (PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled) PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled.push("CN");
104104 // mod
105- PLIST [ "com.apple.GEO" ] . DrivingMultiWaypointRoutesEnabled = true ; // 路线-驾驶-停靠点
106- PLIST [ "com.apple.GEO" ] . LocalitiesAndLandmarksSupported = true ; // 支持地名和地标
107- PLIST [ "com.apple.GEO" ] . NavigationShowHeadingKey = true ; // 导航时显示朝向按钮
108- PLIST [ "com.apple.GEO" ] [ "6694982d2b14e95815e44e970235e230" ] = true ; // US
109- PLIST [ "com.apple.GEO" ] . OpticalHeadingEnabled = true ; // 步行-导航精确度-增强
110- PLIST [ "com.apple.GEO" ] . PedestrianAREnabled = true ; // 步行-现实世界中的线路-举起以查看
111- PLIST [ "com.apple.GEO" ] . UseCLPedestrianMapMatchedLocations = true ; // 使用 Pedestrian 地图匹配位置?
105+ // PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
106+ // PLIST["com.apple.GEO"].LocalitiesAndLandmarksSupported = true; // 支持地名和地标
107+ // PLIST["com.apple.GEO"].NavigationShowHeadingKey = true; // 导航时显示朝向按钮
108+ // PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // US
109+ // PLIST["com.apple.GEO"].OpticalHeadingEnabled = true; // 步行-导航精确度-增强
110+ // PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看
111+ // PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
112112 }
113113 break ;
114114 }
0 commit comments