If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id |
Chinese (Simplified) |
English |
1001 | 你的应用无权访问位置数据。请确保在应用程序清单中定义 ID_CAP_LOCATION,并在手机上通过选中“设置”“位置”来启用定位。 |
Your App does not have permission to access location data. Make sure you have defined ID_CAP_LOCATION in the application manifest and that on your phone, you have turned on location by checking Settings Location. |
2001 | 后台代理不支持跟踪位置会话 |
Tracking location sessions are not supported for Background Agents. |
2002 | 在添加事件处理程序之前,必须设置 MovementThreshold 属性或 ReportInterval 属性。 |
You must set the MovementThreshold property or the ReportInterval property before adding event handlers. |
2003 | 暂停应用程序时无法启动跟踪操作。 |
Tracking operations cannot be started while the application is being suspended. |
2004 | 订阅 PositionChanged 事件后不应设置地理定位器属性。 |
Geolocator properties should not be set while subscribed for PositionChanged events. |
3001 | 地理围栏的名称不能是空字符串,也不能超过 63 个字符。 |
The name of a geofence cannot be an empty string nor exceed 63 characters. |
3002 | 不能在系统中添加过期的地理围栏,或者过期时间短于所提供的停留时间的地理围栏。 |
An expired geofence, or a geofence with an expiration time smaller than the provided Dwell Time, cannot be added to the system. |
4001 | 应用程序已存在具有相同 ID 的地理围栏。 |
A geofence with the same Id already exists for the application. |