FlpGeofencingInterface Yapı Referansı

FlpGeofencingInterface Yapı Referansı

#include < fused_location.h >

Veri Alanları

size_t  size
 
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)
 

Ayrıntılı Açıklama

FLP_Geofencing desteği için genişletilmiş arayüz

Tanımı, fused_location.h dosyasının 764 satırı.

Alan Belgeleri

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

Coğrafi çitlerin listesini ekleyin. Parametreler: number_of_geofences: Eklenmesi gereken coğrafi çitlerin sayısı. geofences: Geofence yapısına işaret eden işaretçi dizisinin işaretçisi.

Tanımı, fused_location.h dosyasının 782 satırdadır.

void(* init)( FlpGeofenceCallbacks *callbacks)

Coğrafi sınır arayüzünü açar ve bu arayüzün uygulanması için geri çağırma rutinlerini sağlar. Çağrıldıktan sonra, uygulamanızın desteklediği özellikleri belirtmek için FlpGeofenceCallbacks sınıfındaki flp_capabilities_callback işlevini çağırarak yanıt vermeniz gerekir.

Tanımı, fused_location.h dosyasının 774 satırhindedir.

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

Belirli bir coğrafi sınır seçeneğini değiştirme Parametreler: geofence_id: Coğrafi sınırın kimliği. options: Coğrafi sınırla ilişkili çeşitli seçenekler. Ayrıntılar için GeofenceOptions yapısına bakın.

fused_location.h dosyasının 810 satırı

void(* pause_geofence)(int32_t geofence_id)

Belirli bir coğrafi çitin izlenmesini duraklatma Parametreler: geofence_id: Coğrafi sınırın kimliği.

Tanımı, fused_location.h dosyasının 789 satırhindedir.

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

Coğrafi çitlerin listesini kaldırın. İşlev döndükten sonra bildirim gönderilmemelidir. Parametre: number_of_geofences: Eklenmesi gereken coğrafi çitlerin sayısı. geofence_id: Kaldırılması gereken geofence_id dizisinin işaretçisi.

Tanımı, fused_location.h dosyasının 819 satırındadır.

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

Belirli bir coğrafi çitin izlenmesini devam ettirin. Parametreler: geofence_id: Coğrafi çitin kimliği. monitor_transitions: İzlenecek geçişler. FLP_GEOFENCE_TRANSITION_ENTERED, FLP_GEOFENCE_TRANSITION_EXITED ve FLP_GEOFENCE_TRANSITION_UNCERTAIN değerlerinin bitsel VE operatörü. Bu değer, add_geofence_area çağrısında sağlanan ilişkili değerin yerini alır.

Tanımı, fused_location.h dosyasının 801 satırhindedir.

size_t boyutu

sizeof(FlpGeofencingInterface) olarak ayarlandı

fused_location.h dosyasının 766 satırı


Bu yapının dokümanları aşağıdaki dosyadan oluşturulmuştur: