geofenceId property
final
已创建围栏的 id,与 TencentGeofenceManager.addGeofence 传入的 TencentGeofence.id 一致(即开发者写入的原始 tag)。
注意:Android 上 TencentGeofenceManager.getAllGeofences 在某些
情况下可能返回带行政区 adcode 后缀的 id(如 district-1_110108),
这是 SDK 内部 mFences 存储的 tag,与本事件的 id 表达不同——本事件
始终是 addGeofence 传入的原始 id。如需对齐两端,应以本事件为基准。
Implementation
final String geofenceId;