Home | History | Annotate | Download | only in jni

Lines Matching refs:geofence

307  * Helper function to unwrap Geofence structures from the Java Runtime calls.
312 Geofence& geofence) {
316 geofence.geofence_id = env->CallIntMethod(geofenceRequestObject, getId);
320 // the same notion of geofence types
325 geofence.data->type = type;
326 GeofenceCircle& circle = geofence.data->geofence.circle;
343 GeofenceOptions* options = geofence.options;
864 Geofence* geofences = new Geofence[geofenceRequestsCount];