FlpGeofencingInterface 结构参考文档

FlpGeofencingInterface 结构参考文档

#include < fused_location.h >

数据字段

size_t  尺寸
 
void(*  init )( FlpGeofenceCallbacks *callbacks)
 
void(*  add_geofences )(int32_t number_of_geofences, Geofence **geofences)
 
void(*  pause_geofence )(int32_t geofence_id)
 
void(*  resume_geofence )(int32_t geofence_id, int monitor_transitions)
 
void(*  modify_geofence_option )(int32_t geofence_id, GeofenceOptions *options)
 
void(*  remove_geofences )(int32_t number_of_geofences, int32_t *geofence_id)
 

详细说明

扩展了接口以支持 FLP_Geofencing

定义位于文件 fused_location.h 764 行。

字段文档

void(* add_geofences)(int32_t number_of_geofences, Geofence **geofences)

添加地理围栏列表。参数:number_of_geofences - 需要添加的地理围栏的数量。geofences - 指向 Geofence 结构的指针数组的指针。

定义位于文件 fused_location.h 782 行。

void(* init)( FlpGeofenceCallbacks *callbacks)

打开地理围栏接口,并向此接口的实现提供回调例程。调用后,您应通过调用 FlpGeofenceCallbacks 中的 flp_capabilities_callback 来响应,以指定您的实现支持的功能。

定义位于文件 fused_location.h 774 行。

void(* modify_geofence_option)(int32_t geofence_id, GeofenceOptions *options)

修改特定的地理围栏选项。参数:geofence_id - 地理围栏的 ID。options - 与地理围栏关联的各种选项。如需了解详情,请参阅 GeofenceOptions 结构。

定义位于文件 fused_location.h 810 行。

void(* pause_geofence)(int32_t geofence_id)

暂停监控特定地理围栏。参数:geofence_id - 地理围栏的 ID。

定义位于文件 fused_location.h 789 行。

void(* remove_geofences)(int32_t number_of_geofences, int32_t *geofence_id)

移除地理围栏列表。函数返回后,不应发送任何通知。参数:number_of_geofences - 需要添加的地理围栏的数量。geofence_id - 指向要移除的地理围栏 ID 数组的指针。

定义位于文件 fused_location.h 819 行。

void(* resume_geofence)(int32_t geofence_id, int monitor_transitions)

继续监控特定地理围栏。参数:geofence_id - 地理围栏的 ID。monitor_transitions - 要监控的转换。FLP_GEOFENCE_TRANSITION_ENTERED、FLP_GEOFENCE_TRANSITION_EXITED 和 FLP_GEOFENCE_TRANSITION_UNCERTAIN 的按位 OR 运算。此值会替换 add_geofence_area 调用中提供的关联值。

定义位于文件 fused_location.h 801 行。

size_t size

设置为 sizeof(FlpGeofencingInterface)

定义位于文件 fused_location.h 766 行。


此结构体的文档是根据以下文件生成的: