Skip to content

Commit 534c42c

Browse files
committed
Update response.dev.js
1 parent e796fa2 commit 534c42c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/response.dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ 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; // 支持地名和地标(不需要,默认全局启用)
105+
PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点(不需要,默认全局启用)
106+
PLIST["com.apple.GEO"].LocalitiesAndLandmarksSupported = true; // 支持地名和地标(不需要,默认全局启用)
107107
PLIST["com.apple.GEO"].NavigationShowHeadingKey = true; // 导航时显示朝向按钮(需要,默认全局停用)
108-
//PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // US
108+
PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // ?(需要,默认仅 US 启用)
109109
PLIST["com.apple.GEO"].OpticalHeadingEnabled = true; // 步行-导航精确度-增强(需要,默认仅 US 启用)
110-
//PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看(不需要,默认全局启用)
111-
//PLIST["com.apple.GEO"].TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡(不需要,默认全局启用)
112-
//PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
110+
PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看(不需要,默认全局启用)
111+
PLIST["com.apple.GEO"].TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡(不需要,默认全局启用)
112+
PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?(需要,默认仅 US 启用)
113113
}
114114
break;
115115
}

0 commit comments

Comments
 (0)